Changeset 923
- Timestamp:
- Feb 18, 2005, 2:14:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/least_squares.py
r889 r923 323 323 #For each data_coordinate point 324 324 325 if verbose: print 'Doing %d of %d' %(i, n)325 #if verbose: print 'Doing %d of %d' %(i, n) 326 326 327 327 x = point_coordinates[i] … … 334 334 self.search_triangles_of_vertices(candidate_vertices, x) 335 335 while not element_found and is_more_elements and expand_search: 336 if verbose: print 'Expanding search'336 #if verbose: print 'Expanding search' 337 337 candidate_vertices, branch = root.expand_search() 338 338 if branch == []:
Note: See TracChangeset
for help on using the changeset viewer.