aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
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/index.c
parent5e47163357008908d77258261bf411083a84820f (diff)
Add probe for TakeTwo
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 89b8c334..cdc0e305 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -1021,6 +1021,7 @@ 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) */
//do_probe(felix_probe, cell, methods);