Changeset 5570 for anuga_core/source/anuga/utilities/polygon_ext.c
- Timestamp:
- Jul 25, 2008, 1:35:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/polygon_ext.c
r5403 r5570 199 199 //Find min and max of poly used for optimisation when points 200 200 //are far away from polygon 201 202 //FIXME(Ole): Pass in rtol and atol from Python 201 203 202 204 minpx = polygon[0]; maxpx = minpx;
Note: See TracChangeset
for help on using the changeset viewer.