Skip to content
Snippets Groups Projects

Version 1.2

Merged Adrien Crovato requested to merge adri into master
9 files
+ 601
3
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 2
0
@@ -43,6 +43,7 @@ threads="1"
#include "sdpmSolver.h"
#include "sdpmSolverTransonic.h"
#include "sdpmAdjoint.h"
#include "sdpmGradient.h"
#include "sdpmCppBuf2Py.h"
@@ -140,6 +141,7 @@ typedef double sdpmDouble; // needed so that SWIG does not convert sdpmDouble to
%include "sdpmSolver.h"
%include "sdpmSolverTransonic.h"
%include "sdpmAdjoint.h"
%include "sdpmGradient.h"
%warnfilter(401); // Nothing known about base class 'std::basic_streambuf< char >'
%include "sdpmCppBuf2Py.h"
Loading