Changeset 9286


Ignore:
Timestamp:
Aug 5, 2014, 12:11:32 PM (10 years ago)
Author:
davies
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r9285 r9286  
    25772577        from anuga import myid
    25782578
    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
    25822583
    25832584        # Compute the volume
Note: See TracChangeset for help on using the changeset viewer.