diff options
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); |