1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-23 22:02:04 +05:00

Merge branch 'loadmesh_fix' into 'master'

Resetting Geometry breaks pde-files

See merge request 
This commit is contained in:
Joachim Schöberl 2018-08-09 16:04:17 +02:00
commit 70e404caf4

@ -124,7 +124,6 @@ void Ng_LoadMesh (const char * filename)
#ifdef PARALLEL
MPI_Comm_size(MPI_COMM_WORLD, &ntasks);
MPI_Comm_rank(MPI_COMM_WORLD, &id);
ng_geometry = nullptr;
#endif
{