Changeset 5435
- Timestamp:
- Jun 25, 2008, 5:06:38 PM (16 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/culvert_flows/culvert_class.py
r5434 r5435 1 1 from anuga.shallow_water.shallow_water_domain import Inflow, General_forcing 2 from anuga.culvert_flows.culvert_polygons import create_culvert_polygons 3 from anuga.utilities.system_tools import log_to_file 4 2 5 class Culvert_flow: 3 6 """Culvert flow - transfer water from one hole to another
Note: See TracChangeset
for help on using the changeset viewer.