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
+ 4
0
@@ -41,7 +41,9 @@ threads="1"
#include "sdpmBody.h"
#include "sdpmProblem.h"
#include "sdpmSolver.h"
#include "sdpmSolverTransonic.h"
#include "sdpmAdjoint.h"
#include "sdpmGradient.h"
#include "sdpmCppBuf2Py.h"
@@ -137,7 +139,9 @@ typedef double sdpmDouble; // needed so that SWIG does not convert sdpmDouble to
%include "sdpmBody.h"
%include "sdpmProblem.h"
%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