diff options
Diffstat (limited to 'libcrystfel/src/taketwo.h')
-rw-r--r-- | libcrystfel/src/taketwo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h index 6c9d7513..e82dda68 100644 --- a/libcrystfel/src/taketwo.h +++ b/libcrystfel/src/taketwo.h @@ -43,8 +43,7 @@ struct taketwo_options }; -extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell, - struct detector *det, float *ltl); +extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell); extern int taketwo_index(struct image *image, const struct taketwo_options *opts, void *priv); extern void taketwo_cleanup(IndexingPrivate *pp); |