Skip to content
Snippets Groups Projects
Commit 55e53184 authored by AlQuemist's avatar AlQuemist
Browse files

Wrap/Swig/libBornAgainBase.i: include the header for the array descriptor

parent 9ff36493
No related branches found
No related tags found
1 merge request!2718Introduce a new Numpy interface (Major change)
......@@ -26,6 +26,7 @@
#include "Base/Type/ICloneable.h"
#include "Base/Type/Span.h"
#include "Base/Vector/RotMatrix.h"
#include "Base/Py/ArrayWrapper.h"
%}
%include "heinz/Complex.h"
......@@ -42,5 +43,7 @@
%include "Base/Axis/MakeScale.h"
%include "Base/Axis/Frame.h"
%include "Base/Py/ArrayWrapper.h"
%template(R3) Vec3<double>;
%template(C3) Vec3<std::complex<double>>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment