Ignore:
Timestamp:
Oct 30, 2007, 1:12:45 PM (17 years ago)
Author:
ole
Message:

Backlog of comments and errormessages

File:
1 edited

Legend:

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

    r4669 r4768  
    8080        raise NameError, e
    8181    except:
    82         # FIXME(Ole): This message is wrong. Shouldn't it be "Absolute"
    83         # 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.
     82        # If this fails it is going to be because the points can't be
     83        # converted to a numeric array.
    8684        msg = 'Points could not be converted to Numeric array'
    8785        raise msg
     
    9290        raise NameError, e
    9391    except:
    94         # FIXME(Ole): This message is wrong. Shouldn't it be "Absolute"
    95         # 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.
     92        # If this fails it is going to be because the points can't be
     93        # converted to a numeric array.
    9894        msg = 'Polygon %s could not be converted to Numeric array' %(str(polygon))
    9995        raise msg
Note: See TracChangeset for help on using the changeset viewer.