Changeset 5582 for anuga_core/source/anuga/shallow_water/data_manager.py
- Timestamp:
- Jul 29, 2008, 10:51:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r5579 r5582 5011 5011 msg = 'When combining multiple sources must specify a weight for '+\ 5012 5012 'mux2 source file' 5013 assert len(weights)== numSrc, msg 5013 assert len(weights) == numSrc, msg 5014 5015 if verbose: 5016 print 'Weights used in urs2sts:', weights 5014 5017 5015 5018 # Check output filename
Note: See TracChangeset
for help on using the changeset viewer.