aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index d5e76c50..c040f4d6 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -205,9 +205,7 @@ void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm,
if ( new_cell == NULL ) continue;
/* Sanity check */
- image->reflections = find_intersections(image, new_cell);
image->indexed_cell = new_cell;
-
if ( !config_insane && !peak_sanity_check(image) ) {
cell_free(new_cell);
image->indexed_cell = NULL;