Changeset 1871


Ignore:
Timestamp:
Oct 6, 2005, 10:29:02 AM (18 years ago)
Author:
ole
Message:

Fixed exception error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1869 r1871  
    161161        if display_errors:
    162162            print "Could not write file. ", e
    163         import sys; sys.exit()
     163        #import sys; sys.exit()
     164        raise IOError
    164165
    165166def fit_to_mesh(vertex_coordinates,
Note: See TracChangeset for help on using the changeset viewer.