From 0067aaa46639aad269c039f379f2b320addd81b2 Mon Sep 17 00:00:00 2001 From: Sebastien Blaise <sebastien.blaise@uclouvain.be> Date: Mon, 21 May 2012 09:12:00 +0000 Subject: [PATCH] Hexahedrons in wrapper --- wrappers/gmshpy/gmshGeo.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrappers/gmshpy/gmshGeo.i b/wrappers/gmshpy/gmshGeo.i index 919e6e601d..4ae373bc13 100644 --- a/wrappers/gmshpy/gmshGeo.i +++ b/wrappers/gmshpy/gmshGeo.i @@ -26,6 +26,7 @@ #include "MVertex.h" #include "MTriangle.h" #include "MPrism.h" + #include "MHexahedron.h" #include "MQuadrangle.h" #include "MLine.h" #include "MEdge.h" @@ -79,6 +80,7 @@ namespace std { %include "MVertex.h" %include "MTriangle.h" %include "MPrism.h" +%include "MHexahedron.h" %include "MQuadrangle.h" %include "MLine.h" %include "MEdge.h" -- GitLab