Changes in python/ext/ufuncs.c [e3c4d00:95ff046]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/ufuncs.c
re3c4d00 r95ff046 4 4 typedef smpl_t (*aubio_unary_func_t)(smpl_t input); 5 5 6 static void aubio_PyUFunc_d_d(char **args, npy_intp *dimensions,7 npy_intp* steps, void* data)6 static void aubio_PyUFunc_d_d(char **args, const npy_intp *dimensions, 7 const npy_intp* steps, void* data) 8 8 { 9 9 npy_intp i; … … 23 23 } 24 24 25 static void aubio_PyUFunc_f_f_As_d_d(char **args, npy_intp *dimensions,26 npy_intp* steps, void* data)25 static void aubio_PyUFunc_f_f_As_d_d(char **args, const npy_intp *dimensions, 26 const npy_intp* steps, void* data) 27 27 { 28 28 npy_intp i;
Note: See TracChangeset
for help on using the changeset viewer.