Skip to content

Commit 42d59a8

Browse files
committed
decalre x_stop, y_stop types
1 parent 6ec6e0b commit 42d59a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pyrtools/pyramids/c/convolve.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ int internal_expand(image,filt,temp,x_fdim,y_fdim,
245245
register int x_step, y_step;
246246
register image_type *image;
247247
int x_start, y_start;
248+
int x_stop, y_stop;
248249
image_type *filt;
249250
int y_fdim, y_dim;
250251
char *edges;

0 commit comments

Comments
 (0)