diff options
author | Thomas White <taw@physics.org> | 2013-05-30 13:48:50 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-30 13:48:50 -0700 |
commit | 22c88322b1b81cdeacb0162af981036500eecb79 (patch) | |
tree | f0193bbb3f9197340779901ad3edf7d36268297c /src | |
parent | 9b7a434a1154e8f7d6ffbd86eace8534025bb7b1 (diff) |
Fix previous commit
Diffstat (limited to 'src')
-rw-r--r-- | src/process_image.c | 3 |
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); |