Changeset 1469


Ignore:
Timestamp:
May 26, 2005, 1:23:37 PM (20 years ago)
Author:
duncan
Message:

change to work ok on linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_least_squares.py

    r1423 r1469  
    10831083        fd.close()
    10841084
    1085         mesh_output_file = "new_trianlge.tsh"
     1085        mesh_output_file = tempfile.mktemp(".tsh")
    10861086        fit_to_mesh_file(mesh_file,
    10871087                         point_file,
     
    11361136        fd.close()
    11371137
    1138         mesh_output_file = "new_trianlge.tsh"
     1138        mesh_output_file = tempfile.mktemp(".tsh")
    11391139        fit_to_mesh_file(mesh_file,
    11401140                         point_file,
Note: See TracChangeset for help on using the changeset viewer.