Changeset 8044
- Timestamp:
- Oct 19, 2010, 9:28:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/sww2dem.py
r8043 r8044 78 78 79 79 If reduction is given and its an index, sww2dem will output the quantity at that time-step. 80 If reduction is given and it s a built in function (eg max, min, mean), then that80 If reduction is given and it's a built in function (eg max, min, mean), then that 81 81 function is used to reduce the quantity over all time-steps. If reduction is not given, 82 reduction is set to maxby default.82 reduction is set to "max" by default. 83 83 84 84 datum
Note: See TracChangeset
for help on using the changeset viewer.