aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-05-25 17:25:54 +0200
committerThomas White <taw@physics.org>2012-05-25 17:25:54 +0200
commit9e484b8ed639ec5081fda7bfc7c84989e034bd6d (patch)
treeb71e5cdbf82a6b67711b921c84aa6f753682016a /libcrystfel/src/index.h
parent412a3212048ed60645b1b31923b6720d47af9826 (diff)
WIP on tidy-up
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h3
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);