1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-25 18:42:03 +05:00

remove cout

This commit is contained in:
Joachim Schoeberl 2023-06-08 14:31:11 +03:00
parent 2f98144324
commit ef393472b2

@ -1610,7 +1610,7 @@ bool CheckSingularities(Mesh & mesh, INDEX_2_HASHTABLE<int> & edges, INDEX_2_HAS
sing = 1;
}
}
cout << endl;
// cout << endl;
for (int i = 1; i <= mesh.GetNSeg(); i++)
if (mesh.LineSegment(i).singedge_left * levels >= act_ref)