Changeset 9095
- Timestamp:
- Apr 26, 2014, 2:02:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/__init__.py
r9094 r9095 73 73 74 74 #---------------------------- 75 # Parallel api (needs operators)75 # Parallel api 76 76 #---------------------------- 77 77 from anuga_parallel.parallel_api import distribute … … 120 120 #----------------------------- 121 121 # Forcing 122 # These are old, should use operators 122 123 #----------------------------- 123 124 from anuga.shallow_water.forcing import Inflow, Rainfall, Wind_stress … … 163 164 from anuga.operators.set_quantity_operator import Set_quantity_operator 164 165 from anuga.operators.set_stage_operator import Set_stage_operator 166 167 from anuga.operators.set_elevation import Set_elevation 168 from anuga.operators.set_quantity import Set_quantity 165 169 166 170 from anuga.operators.erosion_operators import Bed_shear_erosion_operator
Note: See TracChangeset
for help on using the changeset viewer.