diff options
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 9d4b69bd..1457e93f 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -54,7 +54,7 @@ extern void map_all_peaks(struct image *image); extern void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm, int cellr, int verbose, - IndexingPrivate **priv, int config_insane); + IndexingPrivate **priv, int config_insane, float *ltl); extern void cleanup_indexing(IndexingPrivate **priv); |