From: michael Date: Sat, 30 Oct 2021 20:48:14 +0000 (+0200) Subject: Creation of SOLVERLAB python module X-Git-Tag: V9_8_0~73 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e529c259e59969e9aa6c47ab8c491e7cdf469d37;p=tools%2Fsolverlab.git Creation of SOLVERLAB python module --- diff --git a/CoreFlows/swig/solverlab.i b/CoreFlows/swig/solverlab.i new file mode 100644 index 0000000..0d6459e --- /dev/null +++ b/CoreFlows/swig/solverlab.i @@ -0,0 +1,4 @@ +%module solverlab + +%pythoncode "cdmath.py" +%pythoncode "CoreFlows.py"