From 389280fc0cde72fc331ab79a2d21a815977b2952 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Mon, 19 Oct 2020 16:55:49 +0200 Subject: [PATCH] debug output --- libsrc/meshing/delaunay2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/delaunay2d.cpp b/libsrc/meshing/delaunay2d.cpp index 66b22708..656dacf6 100644 --- a/libsrc/meshing/delaunay2d.cpp +++ b/libsrc/meshing/delaunay2d.cpp @@ -217,7 +217,7 @@ namespace netgen if(definitive_overlapping_trig==-1) { - cout << "Error in tree - didnt find overlap, check all trigs again" << endl; + PrintMessage (5, "Warning in delaunay tree - didn't find overlapping circle, check all trigs again"); for(auto i_trig : trigs.Range()) { const auto trig = trigs[i_trig];