Ignore:
Timestamp:
Nov 19, 2004, 12:13:15 PM (20 years ago)
Author:
ole
Message:

Removed old print statements polluting the output from
unit testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/cg_solve.py

    r477 r599  
    5858       i = i+1
    5959       if i%iprint == 0 :
    60           print 'i = %g rTr = %20.15e'% (i,rTr)
     60          pass
     61          #FIXME: Should depend on verbosity
     62          #print 'i = %g rTr = %20.15e'% (i,rTr)
    6163
    6264   #FIXME: Should this raise an exception?       
Note: See TracChangeset for help on using the changeset viewer.