[geos-commits] r2571 - in trunk/source: headers/geos/operation/union operation/union

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 8 17:53:36 EDT 2009


Author: strk
Date: 2009-06-08 17:53:35 -0400 (Mon, 08 Jun 2009)
New Revision: 2571

Modified:
   trunk/source/headers/geos/operation/union/CascadedPolygonUnion.h
   trunk/source/operation/union/CascadedPolygonUnion.cpp
Log:
Port info for operation::union

Modified: trunk/source/headers/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- trunk/source/headers/geos/operation/union/CascadedPolygonUnion.h	2009-06-08 17:15:46 UTC (rev 2570)
+++ trunk/source/headers/geos/operation/union/CascadedPolygonUnion.h	2009-06-08 21:53:35 UTC (rev 2571)
@@ -11,7 +11,12 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/union/CascadedPolygonUnion.java rev 1.10 (JTS-1.10)
+ *
  **********************************************************************/
+
 #ifndef GEOS_OP_UNION_CASCADEDPOLYGONUNION_H
 #define GEOS_OP_UNION_CASCADEDPOLYGONUNION_H
 

Modified: trunk/source/operation/union/CascadedPolygonUnion.cpp
===================================================================
--- trunk/source/operation/union/CascadedPolygonUnion.cpp	2009-06-08 17:15:46 UTC (rev 2570)
+++ trunk/source/operation/union/CascadedPolygonUnion.cpp	2009-06-08 21:53:35 UTC (rev 2571)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/union/CascadedPolygonUnion.java rev 1.10 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/operation/union/CascadedPolygonUnion.h>



More information about the geos-commits mailing list