Changeset 1469
- Timestamp:
- May 26, 2005, 1:23:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_least_squares.py
r1423 r1469 1083 1083 fd.close() 1084 1084 1085 mesh_output_file = "new_trianlge.tsh"1085 mesh_output_file = tempfile.mktemp(".tsh") 1086 1086 fit_to_mesh_file(mesh_file, 1087 1087 point_file, … … 1136 1136 fd.close() 1137 1137 1138 mesh_output_file = "new_trianlge.tsh"1138 mesh_output_file = tempfile.mktemp(".tsh") 1139 1139 fit_to_mesh_file(mesh_file, 1140 1140 point_file,
Note: See TracChangeset
for help on using the changeset viewer.