diff --git a/libsrc/meshing/refine.cpp b/libsrc/meshing/refine.cpp index 228ebf2b..bc4a2e5b 100644 --- a/libsrc/meshing/refine.cpp +++ b/libsrc/meshing/refine.cpp @@ -13,7 +13,8 @@ namespace netgen void Refinement :: Refine (Mesh & mesh) { - PrintMessage (3, "Refine mesh"); + if (mesh.GetCommunicator().Rank()==0) + PrintMessage (3, "Refine mesh"); mesh.SetNextMajorTimeStamp();