From d225f8ea82fdbc84b22faa6adbffcd32107cb2ff Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 7 Oct 2020 14:32:23 +0200 Subject: TakeTwo: Set tp->opts --- libcrystfel/src/indexers/taketwo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcrystfel/src/indexers/taketwo.c b/libcrystfel/src/indexers/taketwo.c index 83a1384c..5dbc55bd 100644 --- a/libcrystfel/src/indexers/taketwo.c +++ b/libcrystfel/src/indexers/taketwo.c @@ -2231,6 +2231,7 @@ void *taketwo_prepare(IndexingMethod *indm, struct taketwo_options *opts, if ( tp == NULL ) return NULL; tp->cell = cell; + tp->opts = opts; tp->indm = *indm; tp->serial_num = -1; tp->xtal_num = 0; -- cgit v1.2.3