diff options
-rw-r--r-- | libcrystfel/src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |