Skip to content

Commit c056226

Browse files
committed
core: fix signature
1 parent 2c4205d commit c056226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/eigenpy/ufunc.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ namespace eigenpy
6767
}
6868

6969
template<typename T>
70-
void gufunc_matrix_multiply(char **args, npy_intp const *dimensions,
71-
npy_intp const *steps, void *NPY_UNUSED(func))
70+
void gufunc_matrix_multiply(char **args, npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *dimensions,
71+
npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *steps, void *NPY_UNUSED(func))
7272
{
7373
/* outer dimensions counter */
7474
npy_intp N_;

0 commit comments

Comments
 (0)