Revision: 73941
          http://sourceforge.net/p/brlcad/code/73941
Author:   starseeker
Date:     2019-09-17 01:03:56 +0000 (Tue, 17 Sep 2019)
Log Message:
-----------
This will need to be done a bit carefully, as tris holds the core output data...

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

Modified: brlcad/trunk/src/libbrep/cdt_mesh.h
===================================================================
--- brlcad/trunk/src/libbrep/cdt_mesh.h 2019-09-17 00:46:39 UTC (rev 73940)
+++ brlcad/trunk/src/libbrep/cdt_mesh.h 2019-09-17 01:03:56 UTC (rev 73941)
@@ -428,6 +428,7 @@
        n2ind.clear();
        nmap.clear();
        tris.clear();
+       tris_tree.RemoveAll();
 
        uedges2tris.clear();
        seed_tris.clear();
@@ -439,7 +440,7 @@
 
     /* The 3D triangle set (defined by index values) and it associated points 
array */
     std::set<triangle_t> tris;
-    RTree<size_t, double, 3> tri_tree;
+    RTree<size_t, double, 3> tris_tree;
     std::vector<ON_3dPoint *> pnts;
 
     /* Setup / Repair */

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