[geos-commits] r2073 - trunk/source/algorithm

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 16:31:58 EST 2007


Author: pramsey
Date: 2007-12-21 16:31:58 -0500 (Fri, 21 Dec 2007)
New Revision: 2073

Modified:
   trunk/source/algorithm/Makefile.am
Log:
Added new files


Modified: trunk/source/algorithm/Makefile.am
===================================================================
--- trunk/source/algorithm/Makefile.am	2007-12-21 20:50:50 UTC (rev 2072)
+++ trunk/source/algorithm/Makefile.am	2007-12-21 21:31:58 UTC (rev 2073)
@@ -5,10 +5,10 @@
 INCLUDES = -I$(top_srcdir)/source/headers 
 
 libalgorithm_la_SOURCES = \
-	CGAlgorithms.cpp \
 	CentroidArea.cpp \
 	CentroidLine.cpp \
 	CentroidPoint.cpp \
+	CGAlgorithms.cpp \
 	ConvexHull.cpp \
 	HCoordinate.cpp \
 	InteriorPointArea.cpp \
@@ -17,13 +17,15 @@
 	LineIntersector.cpp \
 	MCPointInRing.cpp \
 	MinimumDiameter.cpp \
+	NonRobustLineIntersector.cpp \
 	NotRepresentableException.cpp \
 	PointLocator.cpp \
+	RayCrossingCounter.cpp \
 	RobustDeterminant.cpp \
-	SIRtreePointInRing.cpp \
+	RobustLineIntersector.cpp \
 	SimplePointInAreaLocator.cpp \
-	SimplePointInRing.cpp 
+	SimplePointInRing.cpp \
+	SIRtreePointInRing.cpp 
 
 libalgorithm_la_LIBADD = 
 
-



More information about the geos-commits mailing list