[geos-commits] r2596 - trunk/source/headers/geos/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 22 15:02:04 EDT 2009


Author: strk
Date: 2009-06-22 15:02:03 -0400 (Mon, 22 Jun 2009)
New Revision: 2596

Modified:
   trunk/source/headers/geos/operation/buffer/BufferParameters.h
Log:
Fix bug in BufferParameters::setMitreLimit


Modified: trunk/source/headers/geos/operation/buffer/BufferParameters.h
===================================================================
--- trunk/source/headers/geos/operation/buffer/BufferParameters.h	2009-06-20 21:29:46 UTC (rev 2595)
+++ trunk/source/headers/geos/operation/buffer/BufferParameters.h	2009-06-22 19:02:03 UTC (rev 2596)
@@ -239,7 +239,7 @@
 	///
 	void setMitreLimit(double limit)
 	{
-		mitreLimit = mitreLimit;
+		mitreLimit = limit;
 	}
 
 



More information about the geos-commits mailing list