diff options
author | Thomas White <taw@physics.org> | 2019-04-30 14:43:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-12 16:35:52 +0200 |
commit | 117779c5fd9321b4a262f144798f081321a65a38 (patch) | |
tree | ade953b50ab0ed84527040d7af49a228cb7d6549 /libcrystfel/src/index.h | |
parent | 10f9432595f5425ff2f8605ea181f7c643ab81ab (diff) |
Avoid duplication of beam and detector parameters for pinkIndexer
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index ab38016f..883df4a3 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -153,7 +153,8 @@ extern IndexingMethod get_indm_from_string_2(const char *method, int *err); #include "felix.h" extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell, - struct detector *det, float *ltl, + struct detector *det, + struct beam_params *beam, float *ltl, IndexingFlags flags, struct taketwo_options *ttopts, struct xgandalf_options *xgandalf_opts, |