Skip to content
Snippets Groups Projects
Commit 62278d9f authored by Bastien Gorissen's avatar Bastien Gorissen
Browse files

Added GeomMeshMatcher to the python bindings.

parent b3f71e99
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include "SBoundingBox3d.h" #include "SBoundingBox3d.h"
#include "Curvature.h" #include "Curvature.h"
#include "simpleFunction.h" #include "simpleFunction.h"
#include "GeomMeshMatcher.h"
%} %}
namespace std { namespace std {
...@@ -89,5 +90,6 @@ namespace std { ...@@ -89,5 +90,6 @@ namespace std {
%include "SBoundingBox3d.h" %include "SBoundingBox3d.h"
%include "Curvature.h" %include "Curvature.h"
%include "gmshLevelset.h" %include "gmshLevelset.h"
%include "GeomMeshMatcher.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment