aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c4
1 files 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 ) {