Changeset 1143


Ignore:
Timestamp:
Mar 24, 2005, 3:33:47 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

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

    r1142 r1143  
    11801180    from util import inside_polygon
    11811181
    1182     #FIXME: This should be done with precrop = True, otherwsie it'll
     1182    #FIXME: This should be done with precrop = True, otherwise it'll
    11831183    #take forever. With expand_search  set to False, some grid points might
    11841184    #miss out....
     
    12111211   
    12121212    for i in range(nrows):
     1213        if verbose and i%((i+10)/10)==0:
     1214            print 'Doing row %d of %d' %(i, nrows)
     1215           
    12131216        for j in range(ncols):
    12141217            index = (nrows-i-1)*ncols+j
Note: See TracChangeset for help on using the changeset viewer.