aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-09-02 14:57:16 +0200
committerThomas White <taw@physics.org>2019-09-12 16:35:52 +0200
commitb0ceb28b75b7b0642cc40fa5dc4a48dcf8ec92ec (patch)
tree9e997fd426d675148c5cf206bacc9a689d34843c /libcrystfel
parent6e713e3a78167d421acd7b511d07675ca0032d5a (diff)
Increase indexing timeout when using pinkIndexer
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/index.c1
1 files changed, 1 insertions, 0 deletions
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;
}