Revision: 73828
          http://sourceforge.net/p/brlcad/code/73828
Author:   starseeker
Date:     2019-09-04 19:14:19 +0000 (Wed, 04 Sep 2019)
Log Message:
-----------
Remove debug msg

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/cdt.cpp

Modified: brlcad/trunk/src/libbrep/cdt.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt.cpp    2019-09-04 19:13:09 UTC (rev 73827)
+++ brlcad/trunk/src/libbrep/cdt.cpp    2019-09-04 19:14:19 UTC (rev 73828)
@@ -1186,12 +1186,6 @@
        // Characterize the vertices - are they used by non-linear edges?
        std::vector<int> vert_type;
        for (int i = 0; i < brep->m_V.Count(); i++) {
-
-           if (i > 61 && i < 66) {
-               ON_3dPoint p = brep->m_V[i].Point();
-               std::cout << "vert " << i << " from face 34: (" << p.x << "," 
<< p.y << "," << p.z << ")\n";
-           }
-
            int has_curved_edge = 0;
            for (int j = 0; j < brep->m_V[i].m_ei.Count(); j++) {
                ON_BrepEdge &edge = brep->m_E[brep->m_V[i].m_ei[j]];

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