diff options
author | Thomas White <taw@physics.org> | 2012-05-25 17:25:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-25 17:25:54 +0200 |
commit | 9e484b8ed639ec5081fda7bfc7c84989e034bd6d (patch) | |
tree | b71e5cdbf82a6b67711b921c84aa6f753682016a /libcrystfel/src/index.h | |
parent | 412a3212048ed60645b1b31923b6720d47af9826 (diff) |
WIP on tidy-up
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 c4e15f09..9d23f3fb 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -74,7 +74,8 @@ 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, float *ltl); + IndexingPrivate **priv, int config_insane, + const float *ltl); extern void cleanup_indexing(IndexingPrivate **priv); |