aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/felix.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-20 11:16:15 +0200
committerThomas White <taw@physics.org>2020-08-20 11:16:15 +0200
commitd9e011c9e3f877ed95482fd54a549c065ff9b8be (patch)
tree2983933be34814995b449fe78362bf4ea180e5b1 /libcrystfel/src/indexers/felix.h
parenta0e9410fae73b1c91e21f8748a39164691895c6f (diff)
Add default_method_options()
This allows the indexing method private options structures to be set up easily.
Diffstat (limited to 'libcrystfel/src/indexers/felix.h')
-rw-r--r--libcrystfel/src/indexers/felix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/indexers/felix.h b/libcrystfel/src/indexers/felix.h
index 3c9d4a94..2e4d78ab 100644
--- a/libcrystfel/src/indexers/felix.h
+++ b/libcrystfel/src/indexers/felix.h
@@ -39,6 +39,8 @@
* Felix indexer interface
*/
+extern int felix_default_options(FelixOptions **opts_ptr);
+
extern void *felix_prepare(IndexingMethod *indm, UnitCell *cell,
struct felix_options *opts);