Changeset 3659 for anuga_core/source/anuga/examples/netherlands.py
- Timestamp:
- Sep 23, 2006, 6:07:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/netherlands.py
r3565 r3659 12 12 #rpdb.set_active() 13 13 14 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\14 from anuga.shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\ 15 15 Transmissive_boundary, Constant_height, Constant_stage 16 16 17 from mesh_factory import rectangular_cross17 from anuga.mesh_factory import rectangular_cross 18 18 from Numeric import array 19 from vtk_realtime_visualiser import Visualiser19 #from vtk_realtime_visualiser import Visualiser 20 20 21 21 class Weir:
Note: See TracChangeset
for help on using the changeset viewer.