We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec6e0b commit 42d59a8Copy full SHA for 42d59a8
1 file changed
src/pyrtools/pyramids/c/convolve.c
@@ -245,6 +245,7 @@ int internal_expand(image,filt,temp,x_fdim,y_fdim,
245
register int x_step, y_step;
246
register image_type *image;
247
int x_start, y_start;
248
+ int x_stop, y_stop;
249
image_type *filt;
250
int y_fdim, y_dim;
251
char *edges;
0 commit comments