Changeset 7323 for anuga_core/source/anuga/culvert_flows
- Timestamp:
- Jul 27, 2009, 6:17:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/culvert_flows/culvert_class.py
r7317 r7323 519 519 520 520 msg = 'Total energy difference is negative' 521 assert delta_total_energy > 0.0, msg521 assert delta_total_energy >= 0.0, msg 522 522 523 523 # Recompute slope and issue warning if flow is uphill
Note: See TracChangeset
for help on using the changeset viewer.