From 4609a40841c2683047dd15f11d59b94af40ccc1d Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Fri, 21 Oct 2011 11:54:43 +0000 Subject: [PATCH] python : add bindings for discrete regions --- gmshpy/gmshGeo.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gmshpy/gmshGeo.i b/gmshpy/gmshGeo.i index 06c46c7dc0..2fbcf2a963 100644 --- a/gmshpy/gmshGeo.i +++ b/gmshpy/gmshGeo.i @@ -19,6 +19,7 @@ #include "GPoint.h" #include "discreteFace.h" #include "discreteEdge.h" + #include "discreteRegion.h" #include "discreteVertex.h" #include "gmshLevelset.h" #include "MElement.h" @@ -65,6 +66,7 @@ namespace std { %include "discreteFace.h" %include "discreteEdge.h" %include "discreteVertex.h" +%include "discreteRegion.h" %include "MElement.h" %include "MVertex.h" %include "MTriangle.h" -- GitLab