Revision: 73913
          http://sourceforge.net/p/brlcad/code/73913
Author:   starseeker
Date:     2019-09-12 19:18:22 +0000 (Thu, 12 Sep 2019)
Log Message:
-----------
If we have a valid starting triangle, don't keep going.

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 18:36:30 UTC (rev 
73912)
+++ brlcad/trunk/src/libbrep/cdt_mesh.cpp       2019-09-12 19:18:22 UTC (rev 
73913)
@@ -3433,6 +3433,9 @@
                        break;
                    }
                }
+               if (have_valid) {
+                   break;
+               }
            }
        }
 

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