Ignore:
Timestamp:
Sep 21, 2006, 11:30:59 AM (18 years ago)
Author:
ole
Message:

Renamed minimum_sww_depth to minimum_storable_height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/dam_2006/run_dam.py

    r3610 r3642  
    7171    domain.set_datadir(project.outputtimedir)
    7272    domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
    73     domain.set_minimum_sww_depth(0.01)
     73    domain.set_minimum_storable_height(0.01)
    7474    domain.set_store_vertices_uniquely(True)  # for writting to sww
    7575
Note: See TracChangeset for help on using the changeset viewer.