From 06997735c395b6eb738a3704ccd4f76799d21edd Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Thu, 30 Jun 2011 10:17:56 +0000
Subject: [PATCH] python : import gmshNumeric.i in gmshSolver.i so that
 functionPython can define classes inherited from fullMatrix<double>

---
 gmshpy/gmshSolver.i | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gmshpy/gmshSolver.i b/gmshpy/gmshSolver.i
index f8fe04487d..8777c91886 100644
--- a/gmshpy/gmshSolver.i
+++ b/gmshpy/gmshSolver.i
@@ -3,6 +3,7 @@
 %include std_string.i
 %include std_vector.i
 %import "gmshCommon.i"
+%import "gmshNumeric.i"
 
 %{
   #include "GmshConfig.h"
-- 
GitLab