diff options
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partialator.c b/src/partialator.c index 7829f933..beef9b6f 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -208,8 +208,7 @@ static void integrate_image(struct image *image, ReflItemList *obs) * pattern? */ /* FIXME: Coordinates aren't whole numbers */ if ( integrate_peak(image, spots[j].x, spots[j].y, - &xc, &yc, &i_partial, NULL, NULL, - 1, 1, 0) ) { + &xc, &yc, &i_partial, NULL, NULL, 1, 0) ) { spots[j].valid = 0; continue; } |