From 9e484b8ed639ec5081fda7bfc7c84989e034bd6d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 25 May 2012 17:25:54 +0200 Subject: WIP on tidy-up --- libcrystfel/src/cell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/cell.c') diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c index 8412fc62..2e87b770 100644 --- a/libcrystfel/src/cell.c +++ b/libcrystfel/src/cell.c @@ -690,7 +690,7 @@ static int same_vector(struct cvec a, struct cvec b) /* Attempt to make 'cell' fit into 'template' somehow */ UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose, - float *tols, int reduce) + const float *tols, int reduce) { signed int n1l, n2l, n3l; double asx, asy, asz; -- cgit v1.2.3