Ignore:
Timestamp:
Apr 16, 2007, 4:41:47 PM (18 years ago)
Author:
duncan
Message:

add option of sellecting a hole in urs_ungridded2sww

File:
1 edited

Legend:

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

    r4182 r4382  
    2525
    2626
     27class NoTrianglesError(exceptions.Exception): pass
    2728 
    2829#import load_mesh
     
    31033104    """Reverses the transformation of region_strings2ints
    31043105    """
     3106    if region_list == []:
     3107        raise NoTrianglesError
    31053108    if region_list[0] != []:
    31063109        for i in xrange(len(region_list)):
Note: See TracChangeset for help on using the changeset viewer.