Ignore:
Timestamp:
Nov 15, 2004, 11:13:42 AM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

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

    r534 r535  
    156156        if self.store is True and self.time == 0.0:
    157157            self.initialise_storage()
    158             print 'Storing results in ' + self.writer.filename
     158            #print 'Storing results in ' + self.writer.filename
    159159        else:
    160             print 'Results will not be stored.'
    161             print 'To store results set domain.store = True'
    162            
     160            #print 'Results will not be stored.'
     161            #print 'To store results set domain.store = True'
     162            pass
     163            #FIXME: Diagnostic output should be controlled by
     164            # a 'verbose' flag living in domain (or in a parent class)
    163165
    164166        #Call basic machinery from parent class
Note: See TracChangeset for help on using the changeset viewer.