Changeset 1747
- Timestamp:
- Aug 23, 2005, 4:43:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/validation/LWRU2/lwru2.py
r1745 r1747 131 131 print 'Reading points' 132 132 from pyvolution import util, least_squares 133 points, attributes = util.read_xya(filenames.bathymetry_filename[:-4] + '.pts') 133 #points, attributes = util.read_xya(filenames.bathymetry_filename[:-4] + '.pts') 134 points, attributes = cache(util.read_xya, 135 filenames.bathymetry_filename[:-4] + '.pts') 136 134 137 elevation = attributes['elevation'] 135 138
Note: See TracChangeset
for help on using the changeset viewer.