Changeset 495
- Timestamp:
- Nov 8, 2004, 11:46:07 AM (20 years ago)
- Location:
- inundation/ga/storm_surge/pmesh/load_mesh
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py
r391 r495 349 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. 351 353 for title in vertices_attribute_titles: 352 354 fd.write(title + "\n") -
inundation/ga/storm_surge/pmesh/load_mesh/loadASCIIHarness.py
r369 r495 1 1 #!/usr/bin/env python 2 2 # 3 4 #FIXME (Ole): I think we need a unit test of write_ASCII_trianglulation 5 # in order to quash bug in merimbula data 6 3 7 4 8 import sys
Note: See TracChangeset
for help on using the changeset viewer.