Changeset 3664


Ignore:
Timestamp:
Sep 25, 2006, 4:55:05 PM (18 years ago)
Author:
duncan
Message:

removing restriction on verbose message. If you know why it was there and want it back, let's talk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r3642 r3664  
    797797            except KeyError:
    798798                # maybe a warning..
     799                msg = "Could not find location information."
    799800                raise TitleValueError, msg
    800801            else:
     
    14861487    clipped_dem_elev = dem_elevation_r[i1_0:thisi+1,j1_0:thisj+1]
    14871488
    1488     if verbose and nn > 0:
     1489    if verbose:
    14891490        print 'There are %d values in the elevation' %totalnopoints
    14901491        print 'There are %d values in the clipped elevation' %clippednopoints
Note: See TracChangeset for help on using the changeset viewer.