Changeset 1887 for inundation/pyvolution/least_squares.py
- Timestamp:
- Oct 10, 2005, 1:54:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/least_squares.py
r1886 r1887 1295 1295 1296 1296 t0 = time.time() 1297 fit_to_mesh_file(mesh_file, 1297 try: 1298 fit_to_mesh_file(mesh_file, 1298 1299 point_file, 1299 1300 mesh_output_file, … … 1301 1302 verbose= verbose, 1302 1303 expand_search = expand_search) 1304 except IOError,e: 1305 import sys; sys.exit() 1303 1306 1304 1307 print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset
for help on using the changeset viewer.