Changeset 5312


Ignore:
Timestamp:
May 12, 2008, 5:10:46 PM (17 years ago)
Author:
herve
Message:

remove print

File:
1 edited

Legend:

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

    r5310 r5312  
    142142        stage = -Z # FIXME(Ole): Why the sign flip?
    143143                   # Displacement in fortran code is looking downward
    144         print tmp
    145         print 'hello',stage
     144        #print tmp
     145        #print 'hello',stage
    146146        assert allclose(stage,tmp,atol=1.e-3)
    147147       
     
    283283        stage = -Z # FIXME(Ole): Why the sign flip?
    284284                   # Displacement in fortran code is looking downward
    285         print 'c est fini'
     285        #print 'c est fini'
    286286        #print tmp
    287287        #print 'hello',stage   
Note: See TracChangeset for help on using the changeset viewer.