Changeset 9097
- Timestamp:
- Apr 26, 2014, 2:20:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/operators/run_set_elevation.py
r9096 r9097 69 69 def pole(x,y,t): 70 70 71 71 z = topography(x,y) 72 72 if t<10: 73 73 return z
Note: See TracChangeset
for help on using the changeset viewer.