Changeset 2750 for inundation/pyvolution/interpolate_sww.py
- Timestamp:
- Apr 21, 2006, 5:20:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/interpolate_sww.py
r2432 r2750 59 59 # But it works with how the program is currently used. 60 60 # Refactor when necessary. - DSG 61 61 62 print "Obsolete." 62 63 x, y, volumes, time, quantity = self.read_sww(file_name, quantity_name) 63 64 vertex_coordinates = transpose([x,y])
Note: See TracChangeset
for help on using the changeset viewer.