Changeset 4314 for anuga_work/production/exmouth_2006
- Timestamp:
- Mar 22, 2007, 5:25:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2006/run_building_inundation.py
r4310 r4314 19 19 from os import sep 20 20 21 from damage.inundation_damage import add_depth_and_momentum2csv21 from anuga.damage_modelling.inundation_damage import add_depth_and_momentum2csv, inundation_damage 22 22 import project 23 23 … … 32 32 buildings_filename_out = file_loc + project.buildings_filename_out 33 33 34 add_depth_and_momentum2csv(swwfile, buildings_filename, buildings_filename_out)34 #add_depth_and_momentum2csv(swwfile, buildings_filename, buildings_filename_out) 35 35 inundation_damage(swwfile, buildings_filename, buildings_filename_out) 36 36
Note: See TracChangeset
for help on using the changeset viewer.