From 5d6bbd287cd70d36ff08f1974e092e5cc57c8f4c Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Thu, 19 Apr 2012 12:23:09 +0000
Subject: [PATCH] add python wrapper for high order optim

---
 wrappers/gmshpy/gmshMesh.i | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wrappers/gmshpy/gmshMesh.i b/wrappers/gmshpy/gmshMesh.i
index f140aa275c..b1df9561be 100644
--- a/wrappers/gmshpy/gmshMesh.i
+++ b/wrappers/gmshpy/gmshMesh.i
@@ -10,6 +10,7 @@
   #include "meshGFaceLloyd.h"
   #include "meshGFaceOptimize.h"
   #include "meshPartitionOptions.h"
+  #include "OptHomRun.h"
 #if defined(HAVE_METIS) || defined(HAVE_CHACO)
   #include "meshPartition.h"
 #endif
@@ -35,6 +36,7 @@ namespace std {
 %include "meshGFaceLloyd.h"
 %include "meshGFaceOptimize.h"
 %include "meshPartitionOptions.h"
+%include "OptHomRun.h"
 #if defined(HAVE_METIS) || defined(HAVE_CHACO)
 %include "meshPartition.h"
 #endif
-- 
GitLab