diff --git a/wrappers/gmshpy/gmshMesh.i b/wrappers/gmshpy/gmshMesh.i index c35f1392a6e538140abf93d785eef55fd0d65888..8974de1a4d9fba4b7c334ed3c5fe2eeba429b854 100644 --- a/wrappers/gmshpy/gmshMesh.i +++ b/wrappers/gmshpy/gmshMesh.i @@ -17,6 +17,7 @@ #if defined(HAVE_OPTHOM) #include "OptHomRun.h" #include "OptHomElastic.h" + #include "OptHomFastCurving.h" #endif #if defined(HAVE_METIS) || defined(HAVE_CHACO) #include "meshPartition.h" @@ -55,6 +56,7 @@ namespace std { #if defined(HAVE_OPTHOM) %include "OptHomRun.h" %include "OptHomElastic.h" +%include "OptHomFastCurving.h" #endif #if defined(HAVE_METIS) || defined(HAVE_CHACO) %include "meshPartition.h"