use mesh-communicator in another place

This commit is contained in:
Lukas 2019-02-28 11:57:45 +01:00
parent fc7381e587
commit 9c4cfb7864

View File

@ -884,6 +884,9 @@ namespace netgen
throw NgException ("mesh file not found"); throw NgException ("mesh file not found");
} }
int rank = GetCommunicator().Rank();
int ntasks = GetCommunicator().Size();
char str[100]; char str[100];
int i, n; int i, n;