From 369990990d60635b1323234b99149366f523a538 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 14 Jul 2013 04:49:59 +0000 Subject: [PATCH] fix --- wrappers/gmshpy/gmshMesh.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrappers/gmshpy/gmshMesh.i b/wrappers/gmshpy/gmshMesh.i index cbb5872cdf..0e3c66d39b 100644 --- a/wrappers/gmshpy/gmshMesh.i +++ b/wrappers/gmshpy/gmshMesh.i @@ -8,7 +8,6 @@ #if defined(HAVE_MESH) #include "Generator.h" #include "DivideAndConquer.h" - #include "highOrderTools.h" #if defined(HAVE_BFGS) #include "meshGFaceLloyd.h" #endif @@ -16,6 +15,7 @@ #include "meshPartitionOptions.h" #if defined(HAVE_OPTHOM) #include "OptHomRun.h" + #include "OptHomElastic.h" #endif #if defined(HAVE_METIS) || defined(HAVE_CHACO) #include "meshPartition.h" @@ -45,7 +45,6 @@ namespace std { #if defined(HAVE_MESH) %include "Generator.h" %include "DivideAndConquer.h" -%include "highOrderTools.h" #if defined(HAVE_BFGS) %include "meshGFaceLloyd.h" #endif @@ -53,6 +52,7 @@ namespace std { %include "meshPartitionOptions.h" #if defined(HAVE_OPTHOM) %include "OptHomRun.h" +%include "OptHomElastic.h" #endif #if defined(HAVE_METIS) || defined(HAVE_CHACO) %include "meshPartition.h" -- GitLab