fix vol el NP for 2-dim meshes

This commit is contained in:
Lukas 2019-04-19 13:51:37 +02:00
parent cb461bebf0
commit a85b33e345

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);