aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index ec7ed61b..eb5cf7e4 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -122,7 +122,7 @@ typedef enum {
INDEXING_CHECK_PEAKS = 32,
/** Check that the unit cell agrees with the target cell */
- INDEXING_CHECK_CELL = 32,
+ INDEXING_CHECK_CELL = 64,
} IndexingFlags;