mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove cout
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user