Changeset 7877 for trunk/anuga_validation/convergence_study
- Timestamp:
- Jun 29, 2010, 11:26:45 AM (15 years ago)
- Location:
- trunk/anuga_validation
- Files:
-
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_validation/convergence_study/dam_break.py
r7846 r7877 76 76 77 77 def height(x,y): 78 z = zeros(len(x), Float)78 z = zeros(len(x), float) 79 79 for i in range(len(x)): 80 80 if x[i]<=50000.0:
Note: See TracChangeset
for help on using the changeset viewer.