Changeset 3567
- Timestamp:
- Sep 12, 2006, 5:30:58 PM (17 years ago)
- Files:
-
- 2 added
- 4 edited
- 9 moved
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/run_profile.py
r2380 r3567 6 6 ###################### 7 7 # Module imports 8 from shallow_water import Domain, Reflective_boundary8 from anuga.shallow_water import Domain, Reflective_boundary 9 9 from mesh_factory import rectangular 10 10 from Numeric import array -
anuga_core/source/anuga/abstract_2d_finite_volumes/run_profile2.py
r2380 r3567 11 11 # Module imports 12 12 # 13 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\ 14 Transmissive_boundary, Time_boundary,\ 15 Weir_simple as Weir, Constant_height 13 from anuga.shallow_water import Domain, Reflective_boundary,\ 14 Dirichlet_boundary,\ 15 Transmissive_boundary, Time_boundary 16 17 from anuga.shallow_water.shallow_water_domain\ 18 import Weir_simple as Weir, Constant_height 16 19 17 20 from mesh_factory import rectangular -
anuga_core/source/anuga/abstract_2d_finite_volumes/test_all.py
r2764 r3567 15 15 #List files that should be excluded from the testing process. 16 16 #E.g. if they are known to fail and under development 17 exclude = [ 'test_interpolate_sww.py']17 exclude = [] 18 18 19 19 -
anuga_core/source/anuga/damage_modelling/test_inundation_damage.py
r3563 r3567 9 9 10 10 #from anuga.damage.inundation_damage import _calc_collapse_structures 11 from anuga.damage.inundation_damage import *11 from inundation_damage import * 12 12 from anuga.geospatial_data.geospatial_data import Geospatial_data 13 13 from anuga.pmesh.mesh import Mesh
Note: See TracChangeset
for help on using the changeset viewer.