Changeset 511 for inundation
- Timestamp:
- Nov 9, 2004, 4:55:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py
r495 r511 347 347 index += 1 348 348 349 # write comments for title 349 # write comments for title 350 350 fd.write("# attribute column titles ...Triangulation Vertex Titles..." + "\n") 351 352 #FIXME: This is where the Merimbula file gets float numbers written.353 351 for title in vertices_attribute_titles: 354 352 fd.write(title + "\n")
Note: See TracChangeset
for help on using the changeset viewer.