aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry.c')
-rw-r--r--src/geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry.c b/src/geometry.c
index f58f21e1..1e61c26d 100644
--- a/src/geometry.c
+++ b/src/geometry.c
@@ -285,7 +285,7 @@ double integrate_all(struct image *image, RefList *reflections)
get_detector_pos(refl, &xp, &yp);
if ( integrate_peak(image, xp, yp, &x, &y,
- &intensity, NULL, NULL, 0, 0) ) continue;
+ &intensity, NULL, NULL, NULL, 0, 0) ) continue;
itot += intensity;
}