diff options
author | Thomas White <taw@physics.org> | 2017-11-28 10:58:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-11-28 10:58:59 +0100 |
commit | 487e744949bab2ecb48ff3770539f77eba12e903 (patch) | |
tree | 6dcaa5eccd55110170d58d5f2f7bd418200a53ae | |
parent | 5f2dd7f6d79f7e0d11012d2f85b68c774c6e95ee (diff) |
Fix check for cell parameters at start
-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 " |