Changeset 471
- Timestamp:
- Nov 1, 2004, 1:50:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/sparse.py
r466 r471 127 127 128 128 try: 129 float(other)129 other = float(other) 130 130 except: 131 131 raise 'only right multiple with scalar implemented'
Note: See TracChangeset
for help on using the changeset viewer.