aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell.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/cell.h
parent412a3212048ed60645b1b31923b6720d47af9826 (diff)
WIP on tidy-up
Diffstat (limited to 'libcrystfel/src/cell.h')
-rw-r--r--libcrystfel/src/cell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index cbe84772..bd2719dd 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -118,7 +118,7 @@ extern UnitCell *rotate_cell(UnitCell *in, double omega, double phi,
extern void cell_print(UnitCell *cell);
extern UnitCell *match_cell(UnitCell *cell, UnitCell *tempcell, int verbose,
- float *ltl, int reduce);
+ const float *ltl, int reduce);
extern UnitCell *match_cell_ab(UnitCell *cell, UnitCell *tempcell);