Changeset 9286
- Timestamp:
- Aug 5, 2014, 12:11:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r9285 r9286 2577 2577 from anuga import myid 2578 2578 2579 if(self.flow_algorithm=='tsunami'): 2580 print ' ' 2581 print 'Warning: Volume computations do not account for changing porosity in tsunami algorithm' 2579 if(self.compute_fluxes_method is not 'DE'): 2580 if(myid==0): 2581 print 'Water_volume_statistics only supported for DE algorithm ' 2582 return 2582 2583 2583 2584 # Compute the volume
Note: See TracChangeset
for help on using the changeset viewer.