aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
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 0ce9e2a2..7097a94a 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -641,7 +641,7 @@ static int try_indexer(struct image *image, IndexingMethod indm,
case INDEXING_FILE :
set_last_task(last_task, "indexing:file");
- r = fromfile_index(image, mpriv, 0);
+ r = fromfile_index(image, mpriv);
break;
case INDEXING_FELIX :