Skip to content
Snippets Groups Projects
Commit d9ebcbcb authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

dg : get rid of all swig warnings

parent 1b974678
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#include "pyramidalBasis.h" #include "pyramidalBasis.h"
%} %}
%rename("_assign=") operator();
%rename("_assign_operator=") operator=;
%include "GaussIntegration.h" %include "GaussIntegration.h"
%include "JacobianBasis.h" %include "JacobianBasis.h"
%include "fullMatrix.h" %include "fullMatrix.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
} }
%fragment("fullMatrixConversion", "header", fragment="fullMatrixConversionInit") { %fragment("fullMatrixConversion", "header", fragment="fullMatrixConversionInit") {
%#undef HAVE_DLOPEN
%#include "fullMatrix.h" %#include "fullMatrix.h"
%#include "GmshConfig.h" %#include "GmshConfig.h"
%#ifdef HAVE_NUMPY %#ifdef HAVE_NUMPY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment