Changeset 5312
- Timestamp:
- May 12, 2008, 5:10:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_tsunami_okada.py
r5310 r5312 142 142 stage = -Z # FIXME(Ole): Why the sign flip? 143 143 # Displacement in fortran code is looking downward 144 print tmp145 print 'hello',stage144 #print tmp 145 #print 'hello',stage 146 146 assert allclose(stage,tmp,atol=1.e-3) 147 147 … … 283 283 stage = -Z # FIXME(Ole): Why the sign flip? 284 284 # Displacement in fortran code is looking downward 285 print 'c est fini'285 #print 'c est fini' 286 286 #print tmp 287 287 #print 'hello',stage
Note: See TracChangeset
for help on using the changeset viewer.