[geos-commits] r2679 - trunk/source/noding

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Oct 17 09:04:35 EDT 2009


Author: strk
Date: 2009-10-17 09:04:35 -0400 (Sat, 17 Oct 2009)
New Revision: 2679

Modified:
   trunk/source/noding/OrientedCoordinateArray.cpp
Log:
Add note of private/static nature of implemented methods

Modified: trunk/source/noding/OrientedCoordinateArray.cpp
===================================================================
--- trunk/source/noding/OrientedCoordinateArray.cpp	2009-10-17 12:28:41 UTC (rev 2678)
+++ trunk/source/noding/OrientedCoordinateArray.cpp	2009-10-17 13:04:35 UTC (rev 2679)
@@ -33,6 +33,7 @@
 namespace geos {
 namespace noding { // geos.noding
 
+/* private static */
 bool
 OrientedCoordinateArray::orientation(const CoordinateSequence& pts)
 {
@@ -60,6 +61,7 @@
 	return comp;
 }
 
+/* private static */
 int
 OrientedCoordinateArray::compareOriented(const geom::CoordinateSequence& pts1,
                                      bool orientation1,



More information about the geos-commits mailing list