[geos-commits] r2478 - in trunk/source: headers/geos/index/chain index/chain

svn_geos at osgeo.org svn_geos at osgeo.org
Wed May 6 13:14:27 EDT 2009


Author: strk
Date: 2009-05-06 13:14:27 -0400 (Wed, 06 May 2009)
New Revision: 2478

Modified:
   trunk/source/headers/geos/index/chain/MonotoneChainOverlapAction.h
   trunk/source/index/chain/MonotoneChainOverlapAction.cpp
Log:
Port info (to be worked on for heap allocations reduction)


Modified: trunk/source/headers/geos/index/chain/MonotoneChainOverlapAction.h
===================================================================
--- trunk/source/headers/geos/index/chain/MonotoneChainOverlapAction.h	2009-05-06 17:10:01 UTC (rev 2477)
+++ trunk/source/headers/geos/index/chain/MonotoneChainOverlapAction.h	2009-05-06 17:14:27 UTC (rev 2478)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: index/chain/MonotoneChainOverlapAction.java rev. 1.6 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H

Modified: trunk/source/index/chain/MonotoneChainOverlapAction.cpp
===================================================================
--- trunk/source/index/chain/MonotoneChainOverlapAction.cpp	2009-05-06 17:10:01 UTC (rev 2477)
+++ trunk/source/index/chain/MonotoneChainOverlapAction.cpp	2009-05-06 17:14:27 UTC (rev 2478)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: index/chain/MonotoneChainOverlapAction.java rev. 1.6 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/index/chain/MonotoneChainOverlapAction.h>



More information about the geos-commits mailing list