From d9e011c9e3f877ed95482fd54a549c065ff9b8be Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 20 Aug 2020 11:16:15 +0200 Subject: Add default_method_options() This allows the indexing method private options structures to be set up easily. --- libcrystfel/src/index.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcrystfel/src/index.h') diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index ab2b12a4..39f5429c 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -158,6 +158,11 @@ extern struct argp pinkIndexer_argp; extern struct argp taketwo_argp; extern struct argp xgandalf_argp; +extern void default_method_options(TakeTwoOptions **ttopts, + XGandalfOptions **xgandalf_opts, + PinkIndexerOptions **pinkIndexer_opts, + FelixOptions **felix_opts); + extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell, const DataTemplate *dtempl, -- cgit v1.2.3