Changeset 535 for inundation/ga/storm_surge/pyvolution/shallow_water.py
- Timestamp:
- Nov 15, 2004, 11:13:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/shallow_water.py
r534 r535 156 156 if self.store is True and self.time == 0.0: 157 157 self.initialise_storage() 158 print 'Storing results in ' + self.writer.filename158 #print 'Storing results in ' + self.writer.filename 159 159 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) 163 165 164 166 #Call basic machinery from parent class
Note: See TracChangeset
for help on using the changeset viewer.