Revision: 74266
          http://sourceforge.net/p/brlcad/code/74266
Author:   starseeker
Date:     2019-10-30 15:53:25 +0000 (Wed, 30 Oct 2019)
Log Message:
-----------
Report name and face id in message

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-10-30 11:02:11 UTC (rev 
74265)
+++ brlcad/trunk/src/libbrep/cdt_mesh.cpp       2019-10-30 15:53:25 UTC (rev 
74266)
@@ -2948,7 +2948,7 @@
     boundary_edges_update();
     if (problem_edges.size() > 0) {
        if (verbose > 0) {
-           std::cout << "Still have problem edges in mesh\n";
+           std::cout << name << " face " << f_id << ": still have problem 
edges in mesh\n";
        }
        eret = false;
     }

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