[geos-commits] r3356 - in trunk: include/geos/index/chain src/index/chain

svn_geos at osgeo.org svn_geos at osgeo.org
Thu May 12 03:14:50 EDT 2011


Author: strk
Date: 2011-05-12 00:14:50 -0700 (Thu, 12 May 2011)
New Revision: 3356

Modified:
   trunk/include/geos/index/chain/MonotoneChainBuilder.h
   trunk/src/index/chain/MonotoneChainBuilder.cpp
Log:
Port info for MonotoneChainBuilder

Modified: trunk/include/geos/index/chain/MonotoneChainBuilder.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainBuilder.h	2011-05-12 06:20:11 UTC (rev 3355)
+++ trunk/include/geos/index/chain/MonotoneChainBuilder.h	2011-05-12 07:14:50 UTC (rev 3356)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net
@@ -13,7 +12,7 @@
  *
  **********************************************************************
  *
- * Last port: index/chain/MonotoneChainBuilder.java rev 1.12 (JTS-1.10)
+ * Last port: index/chain/MonotoneChainBuilder.java r388 (JTS-1.12)
  *
  **********************************************************************/
 
@@ -108,10 +107,3 @@
 
 #endif // GEOS_IDX_CHAIN_MONOTONECHAINBUILDER_H
 
-/**********************************************************************
- * $Log$
- * Revision 1.1  2006/03/22 18:12:31  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-

Modified: trunk/src/index/chain/MonotoneChainBuilder.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainBuilder.cpp	2011-05-12 06:20:11 UTC (rev 3355)
+++ trunk/src/index/chain/MonotoneChainBuilder.cpp	2011-05-12 07:14:50 UTC (rev 3356)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net
@@ -13,7 +12,7 @@
  *
  **********************************************************************
  *
- * Last port: index/chain/MonotoneChainBuilder.java rev 1.12 (JTS-1.10)
+ * Last port: index/chain/MonotoneChainBuilder.java r388 (JTS-1.12)
  *
  **********************************************************************/
 
@@ -143,16 +142,3 @@
 } // namespace geos.index
 } // namespace geos
 
-/**********************************************************************
- * $Log$
- * Revision 1.25  2006/06/12 11:29:23  strk
- * unsigned int => size_t
- *
- * Revision 1.24  2006/03/23 13:31:58  strk
- * Fixed to allow build with GEOS_DEBUG
- *
- * Revision 1.23  2006/03/22 18:12:32  strk
- * indexChain.h header split.
- *
- **********************************************************************/
-



More information about the geos-commits mailing list