diff options
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 4e1f1519..8ece9227 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -136,12 +136,14 @@ extern IndexingMethod get_indm_from_string_2(const char *method, int *err); #include "cell.h" #include "image.h" #include "taketwo.h" +#include "felix.h" extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell, struct detector *det, float *ltl, - IndexingFlags flags, const char *options, - struct taketwo_options *ttopts); + IndexingFlags flags, + struct taketwo_options *ttopts, + struct felix_options *felix_opts); extern char *detect_indexing_methods(UnitCell *cell); |