Ignore:
Timestamp:
Jul 18, 2006, 4:01:02 PM (18 years ago)
Author:
duncan
Message:

slight change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/damage/inundation_damage.py

    r3355 r3356  
    142142    COLLAPSE_CSV_INFO_TITLE = "Calculation notes"
    143143    MAX_DEPTH_TITLE = "Inundation height above ground floor (m)"
    144     STRUCT_COLLAPSED_TITLE = "1 if structure collapsed"
    145     STRUCT_INUNDATED_TITLE = "1 if structure is inundated"
     144    STRUCT_COLLAPSED_TITLE = "collapsed structure if 1"
     145    STRUCT_INUNDATED_TITLE = "inundated structure if 1"
    146146    double_brick_damage_array = array([[-kinds.default_float_kind.MAX, 0.0],
    147147                                       [0.0-depth_epsilon, 0.0],
Note: See TracChangeset for help on using the changeset viewer.