Changeset 3307


Ignore:
Timestamp:
Jul 11, 2006, 3:43:17 PM (18 years ago)
Author:
duncan
Message:

added init file

Location:
inundation/damage
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/damage/inundation_damage.py

    r3303 r3307  
    5959                                                          verbose=verbose,
    6060                                                          use_cache=use_cache)
    61     csv.set_column("MAX INUNDATION DEPTH (m)",max_depth)
    62     csv.set_column("MOMENTUM (m^2/s) ",max_momentum)
     61    csv.set_column("MAX INUNDATION DEPTH (m)",max_depth, overwrite=overwrite)
     62    csv.set_column("MOMENTUM (m^2/s) ",max_momentum, overwrite=overwrite)
    6363    csv.save(exposure_file_out)
    6464   
Note: See TracChangeset for help on using the changeset viewer.