From f008c0a3356358348a871bfff633daf300c02c11 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Oct 2017 13:16:14 +0200 Subject: Add probe for TakeTwo --- libcrystfel/src/taketwo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/taketwo.h') diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h index e82dda68..fcd7aebc 100644 --- a/libcrystfel/src/taketwo.h +++ b/libcrystfel/src/taketwo.h @@ -44,6 +44,7 @@ struct taketwo_options extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell); +extern const char *taketwo_probe(UnitCell *cell); extern int taketwo_index(struct image *image, const struct taketwo_options *opts, void *priv); extern void taketwo_cleanup(IndexingPrivate *pp); -- cgit v1.2.3