Changeset 1869 for inundation/pyvolution/least_squares.py
- Timestamp:
- Oct 6, 2005, 10:20:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/least_squares.py
r1846 r1869 81 81 concatinate_attributelist 82 82 83 83 84 84 try: 85 85 mesh_dict = import_mesh_file(mesh_file) … … 87 87 if display_errors: 88 88 print "Could not load bad file. ", e 89 import sys; sys.exit() 89 raise IOError #Re-raise exception 90 90 91 vertex_coordinates = mesh_dict['vertices'] 91 92 triangles = mesh_dict['triangles']
Note: See TracChangeset
for help on using the changeset viewer.