Changeset 5852


Ignore:
Timestamp:
Oct 21, 2008, 11:04:25 AM (16 years ago)
Author:
ole
Message:

Made warning message subject to verbosity, removing annoying output in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/fit.py

    r5793 r5852  
    368368           
    369369        if point_coordinates is None:
    370             print 'Warning: no data points in fit'
     370            if verbose: print 'Warning: no data points in fit'
    371371            assert self.AtA <> None, 'no interpolation matrix'
    372372            assert self.Atz <> None
Note: See TracChangeset for help on using the changeset viewer.