Skip to content
Snippets Groups Projects
Commit 36999099 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent a23f2fa6
Branches
Tags
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#if defined(HAVE_MESH) #if defined(HAVE_MESH)
#include "Generator.h" #include "Generator.h"
#include "DivideAndConquer.h" #include "DivideAndConquer.h"
#include "highOrderTools.h"
#if defined(HAVE_BFGS) #if defined(HAVE_BFGS)
#include "meshGFaceLloyd.h" #include "meshGFaceLloyd.h"
#endif #endif
...@@ -16,6 +15,7 @@ ...@@ -16,6 +15,7 @@
#include "meshPartitionOptions.h" #include "meshPartitionOptions.h"
#if defined(HAVE_OPTHOM) #if defined(HAVE_OPTHOM)
#include "OptHomRun.h" #include "OptHomRun.h"
#include "OptHomElastic.h"
#endif #endif
#if defined(HAVE_METIS) || defined(HAVE_CHACO) #if defined(HAVE_METIS) || defined(HAVE_CHACO)
#include "meshPartition.h" #include "meshPartition.h"
...@@ -45,7 +45,6 @@ namespace std { ...@@ -45,7 +45,6 @@ namespace std {
#if defined(HAVE_MESH) #if defined(HAVE_MESH)
%include "Generator.h" %include "Generator.h"
%include "DivideAndConquer.h" %include "DivideAndConquer.h"
%include "highOrderTools.h"
#if defined(HAVE_BFGS) #if defined(HAVE_BFGS)
%include "meshGFaceLloyd.h" %include "meshGFaceLloyd.h"
#endif #endif
...@@ -53,6 +52,7 @@ namespace std { ...@@ -53,6 +52,7 @@ namespace std {
%include "meshPartitionOptions.h" %include "meshPartitionOptions.h"
#if defined(HAVE_OPTHOM) #if defined(HAVE_OPTHOM)
%include "OptHomRun.h" %include "OptHomRun.h"
%include "OptHomElastic.h"
#endif #endif
#if defined(HAVE_METIS) || defined(HAVE_CHACO) #if defined(HAVE_METIS) || defined(HAVE_CHACO)
%include "meshPartition.h" %include "meshPartition.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment