diff options
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r-- | libcrystfel/src/index.c | 2 |
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; |