We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211c70d commit eeaad59Copy full SHA for eeaad59
include/eigenpy/numpy.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2020-2022 INRIA
+ * Copyright 2020-2024 INRIA
3
*/
4
5
#ifndef __eigenpy_numpy_hpp__
@@ -215,7 +215,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);
215
216
EIGENPY_DLLAPI void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs);
217
218
-EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_Descr* dtype);
+EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype);
219
220
EIGENPY_DLLAPI int call_PyArray_RegisterCanCast(PyArray_Descr* descr,
221
int totype,
src/numpy.cpp
#include "eigenpy/numpy.hpp"
0 commit comments