mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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;
|
sing = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cout << endl;
|
// cout << endl;
|
||||||
|
|
||||||
for (int i = 1; i <= mesh.GetNSeg(); i++)
|
for (int i = 1; i <= mesh.GetNSeg(); i++)
|
||||||
if (mesh.LineSegment(i).singedge_left * levels >= act_ref)
|
if (mesh.LineSegment(i).singedge_left * levels >= act_ref)
|
||||||
|
Loading…
Reference in New Issue
Block a user