diff options
author | Thomas White <taw@physics.org> | 2020-08-20 11:16:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-20 11:16:15 +0200 |
commit | d9e011c9e3f877ed95482fd54a549c065ff9b8be (patch) | |
tree | 2983933be34814995b449fe78362bf4ea180e5b1 /libcrystfel/src/indexers/felix.h | |
parent | a0e9410fae73b1c91e21f8748a39164691895c6f (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.h | 2 |
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); |