[geos-commits] r3323 - trunk/src/geom/prep
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon May 2 22:30:22 EDT 2011
Author: sgillies
Date: 2011-05-02 19:30:22 -0700 (Mon, 02 May 2011)
New Revision: 3323
Modified:
trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp
trunk/src/geom/prep/PreparedPolygon.cpp
Log:
Damn these tabs
Modified: trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp
===================================================================
--- trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp 2011-05-03 02:27:00 UTC (rev 3322)
+++ trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp 2011-05-03 02:30:22 UTC (rev 3323)
@@ -148,8 +148,8 @@
// the target, which means that the test is not contained.
bool properIntersectionImpliesNotContained = isProperIntersectionImpliesNotContainedSituation( geom);
- // find all intersection types which exist
- findAndClassifyIntersections( geom);
+ // find all intersection types which exist
+ findAndClassifyIntersections( geom);
if ( properIntersectionImpliesNotContained && hasProperIntersection )
return false;
Modified: trunk/src/geom/prep/PreparedPolygon.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygon.cpp 2011-05-03 02:27:00 UTC (rev 3322)
+++ trunk/src/geom/prep/PreparedPolygon.cpp 2011-05-03 02:30:22 UTC (rev 3323)
@@ -97,7 +97,7 @@
return operation::predicate::RectangleContains::contains(poly, *g);
}
- return PreparedPolygonContains::contains(this, g);
+ return PreparedPolygonContains::contains(this, g);
}
bool
More information about the geos-commits
mailing list