debug output

This commit is contained in:
Matthias Hochsteger 2020-10-19 16:55:49 +02:00
parent b28a1bc5cc
commit 389280fc0c

View File

@ -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];