From e2da36d8f284e981974516ef8f0c81bf4e99ec62 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 14 Oct 2016 06:46:36 +0000 Subject: [PATCH] --- Geo/GModel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 968e8106a3..f0f93e71e5 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -871,6 +871,7 @@ int GModel::partitionMesh(int numPart) #if defined(HAVE_MESH) && (defined(HAVE_METIS) || defined(HAVE_CHACO)) opt_mesh_partition_num(0, GMSH_SET, numPart); PartitionMesh(this, CTX::instance()->partitionOptions); + return 1; #else Msg::Error("Mesh module not compiled"); return 0; -- GitLab