mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50: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)
|
||||
{
|
||||
// tets only
|
||||
cout << "build face hierarchy:" << endl;
|
||||
if (id == 0)
|
||||
PrintMessage (5, "build face hierarchy");
|
||||
|
||||
// cout << "f2v = " << face2vert << endl;
|
||||
|
||||
ngcore::ClosedHashTable<INT<3>, int> v2f(nv);
|
||||
|
Loading…
Reference in New Issue
Block a user