Changeset 4192


Ignore:
Timestamp:
Jan 24, 2007, 2:26:30 PM (18 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/polygon.py

    r4131 r4192  
    8282        # FIXME(Ole): This message is wrong. Shouldn't it be "Absolute"
    8383        # rather than "Numeric"?
     84        # (DSG)  If this fails it is going to be because the points can't be
     85        # converted to a numeric array.  So this error message is good.
    8486        msg = 'Points could not be converted to Numeric array'
    8587        raise msg
     
    9294        # FIXME(Ole): This message is wrong. Shouldn't it be "Absolute"
    9395        # rather than "Numeric"?
     96         # (DSG)  If this fails it is going to be because the points can't be
     97        # converted to a numeric array.  So this error message is good.
    9498        msg = 'Polygon %s could not be converted to Numeric array' %(str(polygon))
    9599        raise msg
Note: See TracChangeset for help on using the changeset viewer.