Changeset 663 for inundation/ga/storm_surge/pyvolution/pmesh2domain.py
- Timestamp:
- Dec 2, 2004, 3:16:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/pmesh2domain.py
r636 r663 34 34 35 35 # set the water level to be the elevation 36 # This doesn't work on the domain instance. 36 37 if vertex_quantity_dict.has_key('elevation') and not vertex_quantity_dict.has_key('level'): 37 38 vertex_quantity_dict['level'] = vertex_quantity_dict['elevation']
Note: See TracChangeset
for help on using the changeset viewer.