[geos-commits] r2370 - trunk/source/headers/geos/index/quadtree

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 15 06:43:48 EDT 2009


Author: strk
Date: 2009-04-15 06:43:48 -0400 (Wed, 15 Apr 2009)
New Revision: 2370

Modified:
   trunk/source/headers/geos/index/quadtree/NodeBase.h
Log:
Document ownership of quadtree::NodeBase subnodes

Modified: trunk/source/headers/geos/index/quadtree/NodeBase.h
===================================================================
--- trunk/source/headers/geos/index/quadtree/NodeBase.h	2009-04-15 10:18:16 UTC (rev 2369)
+++ trunk/source/headers/geos/index/quadtree/NodeBase.h	2009-04-15 10:43:48 UTC (rev 2370)
@@ -103,6 +103,8 @@
 	 *  --+--
 	 *  0 | 1
 	 * </pre>
+	 *
+	 * Nodes are owned by this class 
 	 */
 	Node* subnode[4];
 



More information about the geos-commits mailing list