Changeset 3306


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

error fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/another_get_building.py

    r3305 r3306  
    2323    """
    2424
    25 from pyvolution.inundation_damage import add_depth_and_momentum2csv
     25from os import sep
     26
     27from damage.inundation_damage import add_depth_and_momentum2csv
     28import project
    2629
    2730# Inputs
     
    3336buildings_filename = project.buildings_filename
    3437
    35 print ""
    3638add_depth_and_momentum2csv(swwfile, buildings_filename,
    3739                           project.buildings_filename_out)
    3840
    3941
    40 print '\n Augmented building file written to %s \n' %augbuildingsfile
     42print '\n Augmented building file written to %s \n' \
     43      %project.buildings_filename_out
Note: See TracChangeset for help on using the changeset viewer.