Changeset 4938


Ignore:
Timestamp:
Jan 15, 2008, 6:37:39 PM (17 years ago)
Author:
ole
Message:

Comment about ranges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4924 r4938  
    50555055            file_time[slice_index] = time   
    50565056
    5057         # write the conserved quantities from Domain.
     5057        # Write the conserved quantities from Domain.
    50585058        # Typically stage,  xmomentum, ymomentum
    50595059        # other quantities will be ignored, silently.
     5060        # Also write the ranges: stage_range,
     5061        # xmomentum_range and ymomentum_range
    50605062        for q in Write_sww.sww_quantities:
    50615063            if not quant.has_key(q):
Note: See TracChangeset for help on using the changeset viewer.