Ignore:
Timestamp:
Mar 22, 2007, 5:25:44 PM (18 years ago)
Author:
sexton
Message:

update slide modelling parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/exmouth_2006/run_building_inundation.py

    r4310 r4314  
    1919from os import sep
    2020
    21 from damage.inundation_damage import add_depth_and_momentum2csv
     21from anuga.damage_modelling.inundation_damage import add_depth_and_momentum2csv, inundation_damage
    2222import project
    2323
     
    3232buildings_filename_out = file_loc + project.buildings_filename_out
    3333
    34 add_depth_and_momentum2csv(swwfile, buildings_filename, buildings_filename_out)
     34#add_depth_and_momentum2csv(swwfile, buildings_filename, buildings_filename_out)
    3535inundation_damage(swwfile, buildings_filename, buildings_filename_out)
    3636
Note: See TracChangeset for help on using the changeset viewer.