Skip to content
Snippets Groups Projects

Update master

Merged Boman Romain requested to merge mergeAdrien into master
12 files
+ 131
327
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 3
1
@@ -42,9 +42,11 @@ threads="1"
%include "wMedium.h"
%include "wAssign.h"
%include "wNeumann.h"
%warnfilter(509); // Shadowed constructor. Code compiling and running.
%include "wWake.h"
%include "wWakeElement.h"
%include "wKutta.h"
%warnfilter(+509);
%include "wWakeElement.h"
%include "wKuttaElement.h"
%include "wBoundary.h"
Loading