From ca80ad253fbd2e7ddd12d796b837a23117ce75f8 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 12 Jun 2012 15:55:05 +0000
Subject: [PATCH] fix compile

---
 wrappers/gmshpy/gmshMesh.i    | 2 ++
 wrappers/gmshpy/gmshNumeric.i | 4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/wrappers/gmshpy/gmshMesh.i b/wrappers/gmshpy/gmshMesh.i
index 20462c7a32..963c0b8ff0 100644
--- a/wrappers/gmshpy/gmshMesh.i
+++ b/wrappers/gmshpy/gmshMesh.i
@@ -7,6 +7,7 @@
   #include "GmshConfig.h"
 #if defined(HAVE_MESH)
   #include "Generator.h"
+  #include "DivideAndConquer.h"
   #include "highOrderTools.h"
   #include "meshGFaceLloyd.h"
   #include "meshGFaceOptimize.h"
@@ -36,6 +37,7 @@ namespace std {
 %include "GmshConfig.h"
 #if defined(HAVE_MESH)
 %include "Generator.h"
+%include "DivideAndConquer.h"
 %include "highOrderTools.h"
 %include "meshGFaceLloyd.h"
 %include "meshGFaceOptimize.h"
diff --git a/wrappers/gmshpy/gmshNumeric.i b/wrappers/gmshpy/gmshNumeric.i
index 6d0a1653e6..4cb1bb74ce 100644
--- a/wrappers/gmshpy/gmshNumeric.i
+++ b/wrappers/gmshpy/gmshNumeric.i
@@ -7,16 +7,14 @@
 %{
   #include "GmshConfig.h"
 
-  #include "DivideAndConquer.h"
   #include "GaussIntegration.h"
   #include "JacobianBasis.h"
   #include "fullMatrix.h"
   #include "polynomialBasis.h"
 %}
 
-%include "DivideAndConquer.h"
 %include "GaussIntegration.h"
-%include "JacobianBasis.h"  
+%include "JacobianBasis.h"
 %include "fullMatrix.h"
 %template(fullMatrixDouble) fullMatrix<double>;
 %template(fullVectorDouble) fullVector<double>;
-- 
GitLab