diff options
author | Thomas White <taw@physics.org> | 2017-10-27 16:13:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-27 16:13:49 +0200 |
commit | 29d60af9d37a9d2cf67d7e0b77354d4fd518679a (patch) | |
tree | 506e4e8ef6d3e881db2790d5904813d8b9657d5e /libcrystfel/src/index.h | |
parent | 45038c42847476ce1aee5b09c47fb330a0108cd6 (diff) | |
parent | 3caab16fad2ebd2fcc2f245a6cb4a62fad46f806 (diff) |
Merge branch 'tom/simpler_felix'
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); |