Ignore:
Timestamp:
Mar 27, 2009, 9:51:05 AM (16 years ago)
Author:
ole
Message:

Added verbosity flag to default boundary warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/pmesh/mesh_interface.py

    r6633 r6637  
    151151                #raise Exception, msg
    152152                # Fixme: Use proper Python warning
    153                 print 'WARNING: ', msg
     153                if verbose: print 'WARNING: ', msg
    154154               
    155155
Note: See TracChangeset for help on using the changeset viewer.