[geos-commits] r2412 - in trunk/source: headers/geos/index/quadtree index/quadtree

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Apr 27 11:47:39 EDT 2009


Author: strk
Date: 2009-04-27 11:47:39 -0400 (Mon, 27 Apr 2009)
New Revision: 2412

Modified:
   trunk/source/headers/geos/index/quadtree/Node.h
   trunk/source/index/quadtree/Node.cpp
Log:
Port info for quadtree::Node

Modified: trunk/source/headers/geos/index/quadtree/Node.h
===================================================================
--- trunk/source/headers/geos/index/quadtree/Node.h	2009-04-27 15:39:42 UTC (rev 2411)
+++ trunk/source/headers/geos/index/quadtree/Node.h	2009-04-27 15:47:39 UTC (rev 2412)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: index/quadtree/Node.java rev 1.8 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IDX_QUADTREE_NODE_H

Modified: trunk/source/index/quadtree/Node.cpp
===================================================================
--- trunk/source/index/quadtree/Node.cpp	2009-04-27 15:39:42 UTC (rev 2411)
+++ trunk/source/index/quadtree/Node.cpp	2009-04-27 15:47:39 UTC (rev 2412)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: index/quadtree/Node.java rev 1.8 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/index/quadtree/Node.h> 



More information about the geos-commits mailing list