Changeset 5732


Ignore:
Timestamp:
Sep 5, 2008, 8:29:22 AM (16 years ago)
Author:
kristy
Message:
 
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r5643 r5732  
    21792179        if verbose: print 'File %s exists' %(sww_file)
    21802180    else:
    2181         msg = 'File "%s" could not be opened: Error="%s"'\
    2182                %(sww_file, e)
     2181        msg = 'File "%s" could not be opened: Error=line2181'\
     2182               %(sww_file)
    21832183        raise msg
    21842184
  • anuga_work/production/geraldton/build_geraldton.py

    r5702 r5732  
    9595
    9696print'clip combined geospatial object by bounding polygon'
    97 G_clip = G.clip(project.poly_all, verbose=False)
     97G_clip = G.clip(project.poly_all, verbose=True)
    9898
    9999print'export combined DEM file'
Note: See TracChangeset for help on using the changeset viewer.