Changeset 4245


Ignore:
Timestamp:
Feb 8, 2007, 10:00:03 AM (18 years ago)
Author:
nick
Message:

small corrections to split and add verbose to arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/geospatial_data.py

    r4238 r4245  
    686686        random_list.sort()
    687687        random_list.reverse()
    688         if verbose: print "get indices of oppisite to random list"
     688        if verbose: print "get indices of opposite to random list"
    689689        for i in random_list:
    690690            remainder_list.pop(i)
     691            if verbose:
     692                if ((round(i/100000))==(i/100000)): print "reached: ",i
    691693           
    692694        #get new samples
Note: See TracChangeset for help on using the changeset viewer.