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 5a7c1ae9..fcacac99 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -1213,8 +1213,8 @@ char *detect_indexing_methods(UnitCell *cell)
do_probe(asdf_probe, cell, methods);
do_probe(xds_probe, cell, methods);
do_probe(xgandalf_probe, cell, methods);
- /* Don't automatically use TakeTwo, Felix or PinkIndexer (yet) */
- //do_probe(taketwo_probe, cell, methods);
+ do_probe(taketwo_probe, cell, methods);
+
//do_probe(felix_probe, cell, methods);
//do_probe(pinkIndexer_probe, cell, methods);