Merge branch 'mpi_fix' into 'master'

fix ReceiveParallelMesh

See merge request jschoeberl/netgen!156
This commit is contained in:
Matthias Hochsteger 2019-04-24 09:05:10 +00:00
commit 09f6a08f73

View File

@ -873,7 +873,7 @@ namespace netgen
*testout << "got " << numvert << " vertices" << endl;
{
Element el(dim==2 ? 3 : 4);
Element el(4);
Array<int> elarray;
MyMPI_Recv (elarray, 0, MPI_TAG_MESH+2, comm);