Changeset 5180 for anuga_core/source/anuga/shallow_water/test_eq.py
- Timestamp:
- Mar 28, 2008, 2:13:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_eq.py
r5179 r5180 23 23 test = -2205.904774487 24 24 25 print 'depth', depth25 #print 'depth', depth 26 26 z = Okada_func(length=length, width=width, dip=dip, \ 27 27 x0=x0, y0=y0, strike=strike, depth=depth, \ … … 38 38 assert allclose(z.rake, rake) 39 39 40 print 'in test', z.test40 #print 'in test', z.test 41 41 assert allclose(z.test, -2205.904774487) 42 42 43 print 'hello finished okada'43 #print 'hello finished okada' 44 44 45 45 def test_earthquake_tsunami(self):
Note: See TracChangeset
for help on using the changeset viewer.