From 9fd51602b151a758ca76dc73703e457f8ca7c82e Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 20 Jul 2018 13:29:16 +0200 Subject: [PATCH] less output --- libsrc/meshing/paralleltop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/meshing/paralleltop.cpp b/libsrc/meshing/paralleltop.cpp index 2af5d0fe..80c70121 100644 --- a/libsrc/meshing/paralleltop.cpp +++ b/libsrc/meshing/paralleltop.cpp @@ -241,7 +241,7 @@ namespace netgen // update new vertices after mesh-refinement if (mesh.mlbetweennodes.Size() > 0) { - cout << "UpdateCoarseGrid - vertices" << endl; + // cout << "UpdateCoarseGrid - vertices" << endl; int newnv = mesh.mlbetweennodes.Size(); loc2distvert.ChangeSize(mesh.mlbetweennodes.Size()); /* @@ -376,7 +376,7 @@ namespace netgen } Array sendarray, recvarray; - cout << "UpdateCoarseGrid - edges" << endl; + // cout << "UpdateCoarseGrid - edges" << endl; // static int timerv = NgProfiler::CreateTimer ("UpdateCoarseGrid - ex vertices"); static int timere = NgProfiler::CreateTimer ("UpdateCoarseGrid - ex edges"); @@ -493,7 +493,7 @@ namespace netgen // MPI_Barrier (MPI_LocalComm); - cout << "UpdateCoarseGrid - faces" << endl; + // cout << "UpdateCoarseGrid - faces" << endl; if (mesh.GetDimension() == 3) { NgProfiler::StartTimer (timerf);