Revision: 73857
          http://sourceforge.net/p/brlcad/code/73857
Author:   starseeker
Date:     2019-09-07 23:04:40 +0000 (Sat, 07 Sep 2019)
Log Message:
-----------
fix comment

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

Modified: brlcad/trunk/src/libbrep/cdt_edge.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_edge.cpp       2019-09-07 23:01:42 UTC (rev 
73856)
+++ brlcad/trunk/src/libbrep/cdt_edge.cpp       2019-09-07 23:04:40 UTC (rev 
73857)
@@ -913,9 +913,7 @@
                esegs_closed.insert(e);
            }
 
-           // 2.  Any edges with a non-linear edge curve are split.  (If 
non-linear
-           // and closed, split again - a curved, closed curve must be split 
twice
-           // to have chance of producing a non-degenerate polygon.)
+           // 2.  Any edges with a non-linear edge curve are split.
            std::set<cdt_mesh::bedge_seg_t *> esegs_csplit;
            const ON_Curve* crv = edge.EdgeCurveOf();
            if (!crv->IsLinear(BN_TOL_DIST)) {

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