aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-18 14:51:36 +0100
committerThomas White <taw@physics.org>2013-02-18 14:51:36 +0100
commit31ec28ea0258bbb2272afa4346b55b183a43410c (patch)
treee5c3df47166401b9a80384a2f5f137d674f5bef9 /libcrystfel/src/index.h
parenta0f4c1506f1d7c1ad942bcccd30d3aaf0cd75bd4 (diff)
parent3732cd6e08e4b0e6b6eaafc01290bc2c23e9ec66 (diff)
Merge branch 'cornelius/xds' into tom/multicrystal
Conflicts: libcrystfel/Makefile.am libcrystfel/src/index.c libcrystfel/src/index.h
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 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. */