diff options
author | Thomas White <taw@physics.org> | 2014-08-13 17:17:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-08-13 17:17:49 +0200 |
commit | 38a1ea2575da5499b0cd47d416df639bdcada418 (patch) | |
tree | 8805a245ade6ce4bdf88e6f1b84612f10545f69e /src | |
parent | d4a727a2ef2b07bbea24452001209fa42d851f64 (diff) |
Fix handling of overlapping reflections
Diffstat (limited to 'src')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process_image.c b/src/process_image.c index 77c5ece7..96752832 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -181,8 +181,6 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, crystal_set_mosaicity(image.crystals[i], 0.0); /* radians */ } - flag_overlaps(&image, iargs->ir_inn); - /* Integrate all the crystals at once - need all the crystals so that * overlaps can be detected. */ integrate_all_4(&image, iargs->int_meth, PMODEL_SPHERE, iargs->push_res, |