Ignore:
Timestamp:
Feb 7, 2006, 5:14:55 PM (18 years ago)
Author:
ole
Message:

Minor bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/utilities/polygon.py

    r2241 r2351  
    5858        polygon = ensure_numeric(polygon, Float)
    5959    except:
    60         msg = 'Polygon could not be converted to Numeric array'
     60        msg = 'Polygon %s could not be converted to Numeric array' %(str(polygon))
    6161        raise msg
    6262
     
    7070
    7171    indices, count = separate_points_by_polygon(points, polygon,
    72                                                 closed, verbose)
     72                                                closed=closed,
     73                                                verbose=verbose)
    7374
    7475    if one_point:
     
    111112
    112113    indices, count = separate_points_by_polygon(points, polygon,
    113                                                 closed, verbose)
     114                                                closed=closed,
     115                                                verbose=verbose)
    114116
    115117    if one_point:
Note: See TracChangeset for help on using the changeset viewer.