From b0ceb28b75b7b0642cc40fa5dc4a48dcf8ec92ec Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 Sep 2019 14:57:16 +0200 Subject: Increase indexing timeout when using pinkIndexer --- libcrystfel/src/index.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel') diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 05d669a1..5a1673c3 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -463,6 +463,7 @@ IndexingPrivate *setup_indexing(const char *method_list, UnitCell *cell, const IndexingMethod *indexing_methods(IndexingPrivate *p, int *n) { + *n = p->n_methods; return p->methods; } -- cgit v1.2.3