aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/taketwo.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-10-19 13:16:14 +0200
committerThomas White <taw@physics.org>2017-10-19 14:16:30 +0200
commitf008c0a3356358348a871bfff633daf300c02c11 (patch)
treeba9a0f3864d8fc28aa92ed525c5676198b7b85e6 /libcrystfel/src/taketwo.h
parent5e47163357008908d77258261bf411083a84820f (diff)
Add probe for TakeTwo
Diffstat (limited to 'libcrystfel/src/taketwo.h')
-rw-r--r--libcrystfel/src/taketwo.h1
1 files changed, 1 insertions, 0 deletions
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);