From 487e744949bab2ecb48ff3770539f77eba12e903 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 28 Nov 2017 10:58:59 +0100 Subject: Fix check for cell parameters at start --- libcrystfel/src/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/index.c') diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 62f22c13..ae136a6c 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -310,7 +310,7 @@ IndexingPrivate *setup_indexing(const char *method_list, UnitCell *cell, int warn = 0; if ( (flags & INDEXING_CHECK_CELL_COMBINATIONS) - || (flags & INDEXING_CHECK_CELL_COMBINATIONS) ) + || (flags & INDEXING_CHECK_CELL_AXES) ) { ERROR("WARNING: Forcing --no-check-cell because " "reference unit cell parameters were not " -- cgit v1.2.3