Changeset 4192
- Timestamp:
- Jan 24, 2007, 2:26:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/polygon.py
r4131 r4192 82 82 # FIXME(Ole): This message is wrong. Shouldn't it be "Absolute" 83 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. 84 86 msg = 'Points could not be converted to Numeric array' 85 87 raise msg … … 92 94 # FIXME(Ole): This message is wrong. Shouldn't it be "Absolute" 93 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. 94 98 msg = 'Polygon %s could not be converted to Numeric array' %(str(polygon)) 95 99 raise msg
Note: See TracChangeset
for help on using the changeset viewer.