diff options
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 3c91486b..d550468b 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -69,7 +69,6 @@ **/ typedef enum { - INDEXING_NONE = 0, /* The core indexing methods themselves */ @@ -77,6 +76,7 @@ typedef enum { INDEXING_MOSFLM = 2, INDEXING_REAX = 3, INDEXING_GRAINSPOTTER = 4, + INDEXING_XDS = 5, /* Bits at the top of the IndexingMethod are flags which modify the * behaviour of the indexer. */ |