[geos-commits] r2386 - trunk/source/headers/geos/algorithm/distance

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Apr 17 12:46:12 EDT 2009


Author: strk
Date: 2009-04-17 12:46:12 -0400 (Fri, 17 Apr 2009)
New Revision: 2386

Modified:
   trunk/source/headers/geos/algorithm/distance/PointPairDistance.h
Log:
Fix typo

Modified: trunk/source/headers/geos/algorithm/distance/PointPairDistance.h
===================================================================
--- trunk/source/headers/geos/algorithm/distance/PointPairDistance.h	2009-04-17 16:26:20 UTC (rev 2385)
+++ trunk/source/headers/geos/algorithm/distance/PointPairDistance.h	2009-04-17 16:46:12 UTC (rev 2386)
@@ -137,7 +137,7 @@
 	{
 		pt[0] = p0;
 		pt[1] = p1;
-		distance = distance;
+		distance = dist;
 		isNull = false;
 	}
 



More information about the geos-commits mailing list