aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-11 14:16:01 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:26 +0100
commitdaff801125be1682eb4957ac0579b34a237c7b40 (patch)
treeafd21074d26b4b2c5b01b14d1ff3da2d02258f02 /src/geometry.c
parentad1e432cc4c172dd8335ba02f8a2688e2cdb0a0e (diff)
Formatting
Diffstat (limited to 'src/geometry.c')
-rw-r--r--src/geometry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/geometry.c b/src/geometry.c
index 1e61c26d..ed24e9a7 100644
--- a/src/geometry.c
+++ b/src/geometry.c
@@ -284,8 +284,8 @@ double integrate_all(struct image *image, RefList *reflections)
double xp, yp;
get_detector_pos(refl, &xp, &yp);
- if ( integrate_peak(image, xp, yp, &x, &y,
- &intensity, NULL, NULL, NULL, 0, 0) ) continue;
+ if ( integrate_peak(image, xp, yp, &x, &y, &intensity, NULL,
+ NULL, NULL, 0, 0) ) continue;
itot += intensity;
}