Changeset 511 for inundation


Ignore:
Timestamp:
Nov 9, 2004, 4:55:56 PM (20 years ago)
Author:
duncan
Message:

remove debug comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py

    r495 r511  
    347347        index += 1
    348348
    349     # write comments for title
     349    # write comments for title 
    350350    fd.write("# attribute column titles ...Triangulation Vertex Titles..." + "\n")
    351    
    352     #FIXME: This is where the Merimbula file gets float numbers written.
    353351    for title in vertices_attribute_titles:
    354352        fd.write(title + "\n")
Note: See TracChangeset for help on using the changeset viewer.