1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-04 19:08:27 +05:00

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

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