From a7e8cb0dfa7ca8746409a4ff692307300c7b6593 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 15 Oct 2020 15:21:38 +0200 Subject: Add TakeTwo to the list of indexers automatically used --- src/crystfelindexingopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/crystfelindexingopts.c b/src/crystfelindexingopts.c index f88e4be2..2d51e062 100644 --- a/src/crystfelindexingopts.c +++ b/src/crystfelindexingopts.c @@ -181,7 +181,7 @@ static GtkWidget *make_indexing_methods(CrystFELIndexingOpts *io) add_method(io->indm_store, "xds", "XDS", TRUE, TRUE, TRUE); add_method(io->indm_store, "xgandalf", "XGANDALF", TRUE, TRUE, FALSE); add_method(io->indm_store, "pinkIndexer", "PinkIndexer", FALSE, TRUE, FALSE); - add_method(io->indm_store, "taketwo", "TakeTwo", FALSE, TRUE, FALSE); + add_method(io->indm_store, "taketwo", "TakeTwo", TRUE, TRUE, FALSE); add_method(io->indm_store, "asdf", "ASDF", TRUE, TRUE, FALSE); add_method(io->indm_store, "felix", "Felix", FALSE, TRUE, FALSE); -- cgit v1.2.3