Changeset 4938
- Timestamp:
- Jan 15, 2008, 6:37:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r4924 r4938 5055 5055 file_time[slice_index] = time 5056 5056 5057 # write the conserved quantities from Domain.5057 # Write the conserved quantities from Domain. 5058 5058 # Typically stage, xmomentum, ymomentum 5059 5059 # other quantities will be ignored, silently. 5060 # Also write the ranges: stage_range, 5061 # xmomentum_range and ymomentum_range 5060 5062 for q in Write_sww.sww_quantities: 5061 5063 if not quant.has_key(q):
Note: See TracChangeset
for help on using the changeset viewer.