Changeset 1961
- Timestamp:
- Oct 19, 2005, 1:39:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/util.py
r1932 r1961 292 292 293 293 if interpolation_points is not None: 294 interpolation_points = ensure_numeric(interpolation_points )294 interpolation_points = ensure_numeric(interpolation_points, Float) 295 295 296 296
Note: See TracChangeset
for help on using the changeset viewer.