Ignore:
Timestamp:
Aug 24, 2005, 11:57:09 AM (19 years ago)
Author:
ole
Message:

Changed misspelled 'indexes' to 'indices'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/netherlands.py

    r1697 r1751  
    169169for t in domain.evolve(yieldstep = 0.02, finaltime = 15.0):
    170170    domain.write_time()
    171     print domain.quantities['stage'].get_values(location='centroids',indexes=[0])
     171    print domain.quantities['stage'].get_values(location='centroids',
     172                                                indices=[0])
    172173    #V.update_quantity('stage')
    173174    #rpdb.set_active()
Note: See TracChangeset for help on using the changeset viewer.