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.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcrystfel/src/taketwo.c') diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 757c6c52..0857f813 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1642,3 +1642,9 @@ void taketwo_cleanup(IndexingPrivate *pp) free(tp); } + +const char *taketwo_probe(UnitCell *cell) +{ + if ( cell_has_parameters(cell) ) return "taketwo"; + return NULL; +} -- cgit v1.2.3