mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
less printing for face hierarchy
This commit is contained in:
parent
5cc42f040d
commit
298cbc2523
@ -1551,7 +1551,9 @@ namespace netgen
|
|||||||
if (build_parent_faces)
|
if (build_parent_faces)
|
||||||
{
|
{
|
||||||
// tets only
|
// tets only
|
||||||
cout << "build face hierarchy:" << endl;
|
if (id == 0)
|
||||||
|
PrintMessage (5, "build face hierarchy");
|
||||||
|
|
||||||
// cout << "f2v = " << face2vert << endl;
|
// cout << "f2v = " << face2vert << endl;
|
||||||
|
|
||||||
ngcore::ClosedHashTable<INT<3>, int> v2f(nv);
|
ngcore::ClosedHashTable<INT<3>, int> v2f(nv);
|
||||||
|
Loading…
Reference in New Issue
Block a user