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, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 7d6656d5..a47ee9a0 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -65,12 +65,14 @@
**/
typedef enum {
+
INDEXING_NONE = 0,
/* The core indexing methods themselves */
INDEXING_DIRAX = 1,
INDEXING_MOSFLM = 2,
INDEXING_REAX = 3,
+ INDEXING_GRAINSPOTTER = 4,
/* Bits at the top of the IndexingMethod are flags which modify the
* behaviour of the indexer, at the moment just by adding checks. */