aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-13 17:17:49 +0200
committerThomas White <taw@physics.org>2014-08-13 17:17:49 +0200
commit38a1ea2575da5499b0cd47d416df639bdcada418 (patch)
tree8805a245ade6ce4bdf88e6f1b84612f10545f69e /src/process_image.c
parentd4a727a2ef2b07bbea24452001209fa42d851f64 (diff)
Fix handling of overlapping reflections
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c2
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,