Changeset 3664
- Timestamp:
- Sep 25, 2006, 4:55:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r3642 r3664 797 797 except KeyError: 798 798 # maybe a warning.. 799 msg = "Could not find location information." 799 800 raise TitleValueError, msg 800 801 else: … … 1486 1487 clipped_dem_elev = dem_elevation_r[i1_0:thisi+1,j1_0:thisj+1] 1487 1488 1488 if verbose and nn > 0:1489 if verbose: 1489 1490 print 'There are %d values in the elevation' %totalnopoints 1490 1491 print 'There are %d values in the clipped elevation' %clippednopoints
Note: See TracChangeset
for help on using the changeset viewer.