Changeset 569
- Timestamp:
- Nov 16, 2004, 5:12:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/least_squares.py
r488 r569 273 273 274 274 275 print x, element_found, k 276 275 277 #Update interpolation matrix A if necessary 276 278 if element_found is True: … … 297 299 #Ok if there is no triangle for datapoint 298 300 #(as in brute force version) 299 #raise 'Could not find triangle for point', x301 raise 'Could not find triangle for point', x 300 302 301 303
Note: See TracChangeset
for help on using the changeset viewer.