aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-10-07 14:32:23 +0200
committerThomas White <taw@physics.org>2020-10-07 14:32:23 +0200
commitd225f8ea82fdbc84b22faa6adbffcd32107cb2ff (patch)
treeb25418d9033380b93b903de7930a2709f5377133
parentccbf9608b201f424e1bf0204629eb8bd637fe880 (diff)
TakeTwo: Set tp->opts
-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;