From 131eca9b8c4df4521d8a52214fa56811e14cebd6 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Thu, 4 Jul 2013 08:54:45 +0000 Subject: [PATCH] python wrappers : bindings for the plugins --- wrappers/gmshpy/gmshPost.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrappers/gmshpy/gmshPost.i b/wrappers/gmshpy/gmshPost.i index c704b32c75..46ad08d599 100644 --- a/wrappers/gmshpy/gmshPost.i +++ b/wrappers/gmshpy/gmshPost.i @@ -9,6 +9,8 @@ #include "GmshConfig.h" #include "fullMatrix.h" #if defined(HAVE_POST) + #include "PluginManager.h" + #include "Plugin.h" #include "PView.h" #include "PViewFactory.h" #include "PViewData.h" @@ -31,5 +33,7 @@ namespace std { %include "simpleFunction.h" %template(simpleFunctionDouble) simpleFunction<double>; %include "PViewAsSimpleFunction.h" +%include "Plugin.h" +%include "PluginManager.h" #endif -- GitLab