aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-05-30 13:48:50 -0700
committerThomas White <taw@physics.org>2013-05-30 13:48:50 -0700
commit22c88322b1b81cdeacb0162af981036500eecb79 (patch)
treef0193bbb3f9197340779901ad3edf7d36268297c /src
parent9b7a434a1154e8f7d6ffbd86eace8534025bb7b1 (diff)
Fix previous commit
Diffstat (limited to 'src')
-rw-r--r--src/process_image.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 6bddae50..fbdf2db0 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -174,8 +174,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
/* Integrate all the crystals at once - need all the crystals so that
* overlaps can be detected. */
integrate_all(&image, iargs->int_meth,
- iargs->ir_inn, iargs->ir_mid, iargs->ir_out,
- iargs->integrate_saturated);
+ iargs->ir_inn, iargs->ir_mid, iargs->ir_out);
write_chunk(st, &image, hdfile,
iargs->stream_peaks, iargs->stream_refls);