Revision: 73957
          http://sourceforge.net/p/brlcad/code/73957
Author:   starseeker
Date:     2019-09-18 17:44:41 +0000 (Wed, 18 Sep 2019)
Log Message:
-----------
Existing behavior seems to work, and substituting m_level - 1 does not work.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/RTree.h

Modified: brlcad/trunk/src/libbrep/RTree.h
===================================================================
--- brlcad/trunk/src/libbrep/RTree.h    2019-09-18 17:28:28 UTC (rev 73956)
+++ brlcad/trunk/src/libbrep/RTree.h    2019-09-18 17:44:41 UTC (rev 73957)
@@ -1485,7 +1485,6 @@
 
             for (int index = 0; index < tempNode->m_count; ++index)
             {
-                // TODO go over this code. should I use (tempNode->m_level - 
1)?
                 InsertRect(tempNode->m_branch[index],
                     a_root,
                     tempNode->m_level);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to