Changeset 815 for inundation/ga/storm_surge/pyvolution/data_manager.py
- Timestamp:
- Jan 31, 2005, 4:47:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/data_manager.py
r773 r815 236 236 from Scientific.IO.NetCDF import NetCDFFile 237 237 238 from Numeric import concatenate 238 from Numeric import concatenate, Int 239 239 240 240 domain = self.domain … … 261 261 z[:] = Z.astype(self.precision) 262 262 263 volumes[:] = V 263 volumes[:] = V.astype(volumes.typecode()) 264 264 265 265 #Close
Note: See TracChangeset
for help on using the changeset viewer.