From d7452c34f923c27dae954778955ede6d078632f5 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Tue, 8 Jun 2021 14:09:12 +0200 Subject: [PATCH] sequential dummy --- libsrc/meshing/meshclass.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/meshing/meshclass.hpp b/libsrc/meshing/meshclass.hpp index 15d909c1..1bea4a7d 100644 --- a/libsrc/meshing/meshclass.hpp +++ b/libsrc/meshing/meshclass.hpp @@ -922,6 +922,7 @@ namespace netgen NgArray seg_partition; #else + void ParallelMetis (int /* nproc */) {} void Distribute () {} void SendRecvMesh () {} void Distribute (NgArray & volume_weights, NgArray & surface_weights,