diff --git a/ng/ngpkg.cpp b/ng/ngpkg.cpp index 1384acc7..3cacf04c 100644 --- a/ng/ngpkg.cpp +++ b/ng/ngpkg.cpp @@ -220,7 +220,7 @@ namespace netgen mesh -> Load(filename); SetGlobalMesh (mesh); -#ifdef PARALLEL +#ifdef PARALLEL_NETGEN MyMPI_SendCmd ("mesh"); mesh -> Distribute(); #endif