mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
fix vol el NP for 2-dim meshes
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user