Skip to content
Snippets Groups Projects
Commit a149731e authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

wrappers python: old numpy compatibility

parent a5588e72
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
%#define NPY_ARRAY_FARRAY NPY_FARRAY
%#define NPY_ARRAY_ALIGNED NPY_ALIGNED
%#define NPY_ARRAY_F_CONTIGUOUS NPY_F_CONTIGUOUS
%#define NPY_ARRAY_WRITEABLE NPY_WRITEABLE
%#define PyArray_SetBaseObject(a, b) PyArray_BASE(a) = b
%#endif
%#endif
......
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