Changeset 4608
- Timestamp:
- Jul 6, 2007, 4:02:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r4603 r4608 4691 4691 mux[quantity].close() 4692 4692 msg="Due to mint and maxt there's no time info in the boundary SWW." 4693 assert 1==0 , msg #Happy to know a better way of doing this..4693 raise Exception, msg 4694 4694 4695 4695 # If this raise is removed there is currently no downstream errors
Note: See TracChangeset
for help on using the changeset viewer.