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 563cd7a commit 447d2daCopy full SHA for 447d2da
include/eigenpy/numpy.hpp
@@ -208,7 +208,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);
208
209
EIGENPY_DLLAPI void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs);
210
211
-EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_Descr* dtype);
+EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype);
212
213
EIGENPY_DLLAPI int call_PyArray_RegisterCanCast(PyArray_Descr* descr,
214
int totype,
0 commit comments