Changeset 7922 for trunk/anuga_work/development/sudi/sw_1d/periodic_waves/johns/analytical_prescription.py
- Timestamp:
- Aug 5, 2010, 8:20:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/sudi/sw_1d/periodic_waves/johns/analytical_prescription.py
r7837 r7922 27 27 28 28 def prescribe(x,t): 29 from Numeric import array, zeros, Float 29 from Numeric import Float 30 from numpy import array, zeros 30 31 if x<1.0: 31 32 q = zeros(2,Float)
Note: See TracChangeset
for help on using the changeset viewer.