diff options
-rw-r--r-- | src/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c index df2c5ee1..d998b7d6 100644 --- a/src/index.c +++ b/src/index.c @@ -248,6 +248,7 @@ IndexingMethod *build_indexer_list(const char *str, int *need_cell) list[i] = INDEXING_MOSFLM; } else if ( strcmp(methods[i], "reax") == 0) { list[i] = INDEXING_REAX; + *need_cell = 1; } else { ERROR("Unrecognised indexing method '%s'\n", methods[i]); |