Changeset 3662 for anuga_core/source/anuga/advection
- Timestamp:
- Sep 25, 2006, 4:50:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/advection/test_advection.py
r3567 r3662 8 8 from anuga.config import g, epsilon 9 9 from Numeric import allclose, array, zeros, ones, Float 10 from advection import * 11 10 from anuga.advection.advection import * 12 11 13 12 class Test_Advection(unittest.TestCase):
Note: See TracChangeset
for help on using the changeset viewer.