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 8b9d335 commit 68b0afcCopy full SHA for 68b0afc
include/eigenpy/numpy.hpp
@@ -146,7 +146,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);
146
147
EIGENPY_DLLAPI void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs);
148
149
-EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_Descr* dtype);
+EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype);
150
151
EIGENPY_DLLAPI int call_PyArray_RegisterCanCast(PyArray_Descr* descr,
152
int totype,
0 commit comments