Revision: 73952
          http://sourceforge.net/p/brlcad/code/73952
Author:   starseeker
Date:     2019-09-18 12:40:04 +0000 (Wed, 18 Sep 2019)
Log Message:
-----------
Whoops - stray NOT flip from an earlier experiment didn't get cleaned up.  
Every repair reported failure in initial loop growth as a consequence.

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-17 23:30:57 UTC (rev 
73951)
+++ brlcad/trunk/src/libbrep/cdt_mesh.cpp       2019-09-18 12:40:04 UTC (rev 
73952)
@@ -2486,7 +2486,7 @@
     }
 
     // Grow until we contain the seed and its associated problem data
-    int tri_cnt = !grow_loop(polygon, deg, repair, seed);
+    int tri_cnt = grow_loop(polygon, deg, repair, seed);
     if (tri_cnt < 0) {
        std::cerr << "grow_loop failure\n";
        delete polygon;

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