Changeset 4436
- Timestamp:
- May 15, 2007, 4:29:37 PM (18 years ago)
- Location:
- anuga_core/source/anuga/shallow_water
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/eqf_v2.py
r4371 r4436 51 51 52 52 # warning state 53 test = width*1000.0*sin(radians(dip)) - depth 53 # test = width*1000.0*sin(radians(dip)) - depth 54 test = width*1000.0*sin(radians(dip)) - depth*1000 54 55 55 56 if test > 0.0:
Note: See TracChangeset
for help on using the changeset viewer.