From 9c4cfb786465459b6aac04d4ecf65108f539058d Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 28 Feb 2019 11:57:45 +0100 Subject: [PATCH] use mesh-communicator in another place --- libsrc/meshing/meshclass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index b2e4db5d..d9e50bde 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -884,6 +884,9 @@ namespace netgen throw NgException ("mesh file not found"); } + int rank = GetCommunicator().Rank(); + int ntasks = GetCommunicator().Size(); + char str[100]; int i, n;