Skip to content

Commit

Permalink
Follow-up numpy 2.0 (DLLAPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
duburcqa authored and jcarpent committed Mar 19, 2024
1 parent 8b9d335 commit 68b0afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eigenpy/numpy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);

EIGENPY_DLLAPI void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs);

EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_Descr* dtype);
EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype);

EIGENPY_DLLAPI int call_PyArray_RegisterCanCast(PyArray_Descr* descr,
int totype,
Expand Down

0 comments on commit 68b0afc

Please sign in to comment.