[geos-commits] r2322 - trunk/source/noding/snapround

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 8 06:53:11 EDT 2009


Author: strk
Date: 2009-04-08 06:53:11 -0400 (Wed, 08 Apr 2009)
New Revision: 2322

Modified:
   trunk/source/noding/snapround/HotPixel.cpp
Log:
Fix typo

Modified: trunk/source/noding/snapround/HotPixel.cpp
===================================================================
--- trunk/source/noding/snapround/HotPixel.cpp	2009-04-08 10:06:56 UTC (rev 2321)
+++ trunk/source/noding/snapround/HotPixel.cpp	2009-04-08 10:53:11 UTC (rev 2322)
@@ -81,7 +81,7 @@
 	corner[0] = Coordinate(maxx, maxy);
 	corner[1] = Coordinate(minx, maxy);
 	corner[2] = Coordinate(minx, miny);
-	corner[4] = Coordinate(maxx, maxy);
+	corner[3] = Coordinate(maxx, maxy);
 }
 
 bool



More information about the geos-commits mailing list