diff options
author | Thomas White <taw@physics.org> | 2014-04-08 15:58:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-08 15:58:34 +0200 |
commit | 54176de692b7709e1148904089229f09758436f1 (patch) | |
tree | d71b180923743ee65d3b44f3d53eba09d4a0b9c8 /src/process_image.c | |
parent | 2500081ea6724ec8bfcb68204150688095edbf99 (diff) |
indexamajig: Add --push-res
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c index 9c4c740d..51d6ac79 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -184,7 +184,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, + integrate_all(&image, iargs->int_meth, iargs->push_res, iargs->ir_inn, iargs->ir_mid, iargs->ir_out, iargs->int_diag, iargs->int_diag_h, iargs->int_diag_k, iargs->int_diag_l); |