Skip to content
Snippets Groups Projects
Verified Commit c056226a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: fix signature

parent 2c4205d9
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ namespace eigenpy
}
template<typename T>
void gufunc_matrix_multiply(char **args, npy_intp const *dimensions,
npy_intp const *steps, void *NPY_UNUSED(func))
void gufunc_matrix_multiply(char **args, npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *dimensions,
npy_intp EIGENPY_NPY_CONST_UFUNC_ARG *steps, void *NPY_UNUSED(func))
{
/* outer dimensions counter */
npy_intp N_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment