Changeset 599 for inundation/ga/storm_surge/pyvolution/cg_solve.py
- Timestamp:
- Nov 19, 2004, 12:13:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/cg_solve.py
r477 r599 58 58 i = i+1 59 59 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) 61 63 62 64 #FIXME: Should this raise an exception?
Note: See TracChangeset
for help on using the changeset viewer.