Changeset 3352


Ignore:
Timestamp:
Jul 18, 2006, 2:10:40 PM (18 years ago)
Author:
duncan
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/damage/inundation_damage.py

    r3350 r3352  
    107107                                 use_cache=use_cache)
    108108    # initialise the max lists
    109     max_depths = [ground_floor_height]*point_count
    110     max_momentums = [ground_floor_height]*point_count
     109    max_depths = [-ground_floor_height]*point_count
     110    max_momentums = [-ground_floor_height]*point_count
    111111    for point_i, point in enumerate(points):
    112112        for time in callable_sww.get_time():
Note: See TracChangeset for help on using the changeset viewer.