aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/indexers/taketwo.c1
1 files changed, 1 insertions, 0 deletions
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;