From ed2ce3add1a51bb7115747907a540d7705577b39 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Apr 2018 17:36:07 +0200 Subject: Remove TakeTwo from default indexing method probes At least until it can be made faster. --- libcrystfel/src/index.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 20595604..a62dfcf1 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -1044,8 +1044,8 @@ char *detect_indexing_methods(UnitCell *cell) do_probe(dirax_probe, cell, methods); do_probe(asdf_probe, cell, methods); do_probe(xds_probe, cell, methods); - do_probe(taketwo_probe, cell, methods); - /* Don't automatically use Felix (yet) */ + /* Don't automatically use TakeTwo or Felix (yet) */ + //do_probe(taketwo_probe, cell, methods); //do_probe(felix_probe, cell, methods); if ( strlen(methods) == 0 ) { -- cgit v1.2.3