Changeset 1944 for inundation/pyvolution/least_squares.py
- Timestamp:
- Oct 17, 2005, 11:47:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/least_squares.py
r1942 r1944 369 369 precrop = precrop) 370 370 371 372 371 def set_point_coordinates(self, point_coordinates, 373 372 data_origin = None, … … 551 550 if first_expansion == True: 552 551 self.expanded_quad_searches.append(1) 552 first_expansion = False 553 553 else: 554 end = len( expanded_quad_searches) - 1554 end = len(self.expanded_quad_searches) - 1 555 555 assert end >= 0 556 556 self.expanded_quad_searches[end] += 1 557 print "expanded_quad_searches",expanded_quad_searches558 557 candidate_vertices, branch = root.expand_search() 559 558 if branch == []:
Note: See TracChangeset
for help on using the changeset viewer.