Changeset 3356 for inundation/damage/inundation_damage.py
- Timestamp:
- Jul 18, 2006, 4:01:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/damage/inundation_damage.py
r3355 r3356 142 142 COLLAPSE_CSV_INFO_TITLE = "Calculation notes" 143 143 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" 146 146 double_brick_damage_array = array([[-kinds.default_float_kind.MAX, 0.0], 147 147 [0.0-depth_epsilon, 0.0],
Note: See TracChangeset
for help on using the changeset viewer.