From 67c24a044c5912d8df6b6fe195689f8ae676bbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 12 Feb 2019 22:27:58 +0100 Subject: [PATCH] get rid of ng_comm --- libsrc/meshing/python_mesh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index bfc02341..e724debe 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -27,8 +27,8 @@ namespace netgen return global_d; } #else - enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2 }; - typedef int MPI_Op; + // enum { MPI_SUM = 0, MPI_MIN = 1, MPI_MAX = 2 }; + // typedef int MPI_Op; template inline T MyMPI_AllReduceNG (T d, const MPI_Op & op /* = MPI_SUM */, MPI_Comm comm) { return d; }