Ignore:
Timestamp:
Mar 28, 2008, 2:13:13 PM (16 years ago)
Author:
steve
Message:

Added an example which has soliton type solutions (tilted.py)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_eq.py

    r5179 r5180  
    2323        test = -2205.904774487
    2424
    25         print 'depth', depth
     25        #print 'depth', depth
    2626        z = Okada_func(length=length, width=width, dip=dip, \
    2727                       x0=x0, y0=y0, strike=strike, depth=depth, \
     
    3838        assert allclose(z.rake, rake)
    3939
    40         print 'in test', z.test
     40        #print 'in test', z.test
    4141        assert allclose(z.test, -2205.904774487)
    4242       
    43         print 'hello finished okada'
     43        #print 'hello finished okada'
    4444
    4545    def test_earthquake_tsunami(self):
Note: See TracChangeset for help on using the changeset viewer.