Changeset 3352
- Timestamp:
- Jul 18, 2006, 2:10:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/damage/inundation_damage.py
r3350 r3352 107 107 use_cache=use_cache) 108 108 # initialise the max lists 109 max_depths = [ ground_floor_height]*point_count110 max_momentums = [ ground_floor_height]*point_count109 max_depths = [-ground_floor_height]*point_count 110 max_momentums = [-ground_floor_height]*point_count 111 111 for point_i, point in enumerate(points): 112 112 for time in callable_sww.get_time():
Note: See TracChangeset
for help on using the changeset viewer.