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