Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
14 files
+ 36
34
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 0
10
@@ -58,16 +58,6 @@ threads="1"
// Instantiate some std templates
/*
%include "std_vector.i"
namespace std {
%template(VecInt) vector<int>;
%template(VecDouble) vector<double>;
};
*/
%include mpi4py/mpi4py.i
%mpi4py_typemap(Comm, MPI_Comm);
Loading