From da5430dcd0ab1239c2da939e5fcbacdf42b4475b Mon Sep 17 00:00:00 2001 From: Sourav Singh Date: Tue, 6 Sep 2016 17:23:36 +0530 Subject: [PATCH] DOC: Fix #7701 --- doc/source/user/c-info.python-as-glue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/c-info.python-as-glue.rst b/doc/source/user/c-info.python-as-glue.rst index cc360e9660bd..a07a2bba9414 100644 --- a/doc/source/user/c-info.python-as-glue.rst +++ b/doc/source/user/c-info.python-as-glue.rst @@ -906,7 +906,7 @@ The ``code.c`` file also contains the function ``dfilter2d``: a has strides that are multiples of sizeof(double) */ void - dfilter2d(double *a, double *b, int *astrides, int *dims) + dfilter2d(double *a, double *b, int *astrides, ssize_t *dims) { int i, j, M, N, S0, S1; int r, c, rm1, rp1, cp1, cm1;