aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
authorCornelius Gati <cgati@cfelsgi.desy.de>2013-01-28 18:31:58 +0100
committerCornelius Gati <cgati@cfelsgi.desy.de>2013-01-28 18:31:58 +0100
commit70a08c4823808e3d35ed43334032b731aa5fe8d6 (patch)
treee5b7776cd78206359c6f3ab9917a5a2bcef90a4e /libcrystfel/src/index.c
parentb163b4d6cc9bc0312b445047b2a057e685237e02 (diff)
Tried to fix errors in xds.c
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 49f5636b..c8a6b08f 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -309,7 +309,7 @@ IndexingMethod *build_indexer_list(const char *str, int *need_cell)
} else if ( strcmp(methods[i], "mosflm") == 0) {
list[i] = INDEXING_MOSFLM;
} else if ( strcmp(methods[i], "xds") == 0) {
- list[i] = INDEXING_xds;
+ list[i] = INDEXING_XDS;
} else if ( strcmp(methods[i], "reax") == 0) {
list[i] = INDEXING_REAX;
*need_cell = 1;