aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index cb6b979b..af4385cd 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -652,8 +652,9 @@ static int try_indexer(struct image *image, IndexingMethod indm,
}
/* After refinement unit cell check if requested */
- if ( check_cell(ipriv->flags, cr, ipriv->target_cell,
- ipriv->tolerance) )
+ if ( (ipriv->flags & INDEXING_CHECK_CELL)
+ && !compare_cell_parameters(crystal_get_cell(cr), ipriv->target_cell,
+ ipriv->tolerance) )
{
crystal_set_user_flag(cr, 1);
continue;