From 298cbc25239c7b91be99199dad32fa76a7762b79 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Mon, 22 Feb 2021 08:30:00 +0100 Subject: [PATCH] less printing for face hierarchy --- libsrc/meshing/topology.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libsrc/meshing/topology.cpp b/libsrc/meshing/topology.cpp index 07f242fb..ac571be7 100644 --- a/libsrc/meshing/topology.cpp +++ b/libsrc/meshing/topology.cpp @@ -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> v2f(nv);