Revision: 73918
http://sourceforge.net/p/brlcad/code/73918
Author: starseeker
Date: 2019-09-12 21:07:55 +0000 (Thu, 12 Sep 2019)
Log Message:
-----------
Don't just erase from tris - properly remove
Modified Paths:
--------------
brlcad/trunk/src/libbrep/cdt_mesh.cpp
Modified: brlcad/trunk/src/libbrep/cdt_mesh.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_mesh.cpp 2019-09-12 20:57:05 UTC (rev
73917)
+++ brlcad/trunk/src/libbrep/cdt_mesh.cpp 2019-09-12 21:07:55 UTC (rev
73918)
@@ -1956,7 +1956,7 @@
}
if (bedge_cnt == 1) {
- tris.erase(t);
+ tri_remove(t);
}
}
}
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