aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/taketwo.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-07-06 17:06:52 +0200
committerThomas White <taw@physics.org>2017-07-06 17:25:40 +0200
commit5bf72b123cb582f63652e32420d4fbe748cbb8d2 (patch)
treee70678eb192cf6169757d7a80235fb429d92303a /libcrystfel/src/taketwo.c
parent92d00d19d5b4a6b72a35183bea6a83a4062e5eca (diff)
indexamajig: Add TakeTwo-specific options
Diffstat (limited to 'libcrystfel/src/taketwo.c')
-rw-r--r--libcrystfel/src/taketwo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c
index 7ae77f4a..307c6737 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -1511,7 +1511,7 @@ static UnitCell *run_taketwo(UnitCell *cell, struct rvec *rlps, int rlp_count)
/* CrystFEL interface hooks */
-int taketwo_index(struct image *image, void *priv)
+int taketwo_index(struct image *image, struct taketwo_options *opts, void *priv)
{
Crystal *cr;
UnitCell *cell;