Changeset 923


Ignore:
Timestamp:
Feb 18, 2005, 2:14:29 PM (20 years ago)
Author:
duncan
Message:

removing some verbose printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/least_squares.py

    r889 r923  
    323323            #For each data_coordinate point
    324324
    325             if verbose: print 'Doing %d of %d' %(i, n)
     325            #if verbose: print 'Doing %d of %d' %(i, n)
    326326
    327327            x = point_coordinates[i]
     
    334334                self.search_triangles_of_vertices(candidate_vertices, x)
    335335            while not element_found and is_more_elements and expand_search:
    336                 if verbose: print 'Expanding search'
     336                #if verbose: print 'Expanding search'
    337337                candidate_vertices, branch = root.expand_search()
    338338                if branch == []:
Note: See TracChangeset for help on using the changeset viewer.