From 875685341e65393c5ce34f63d2dff9a47d7779b0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 6 Dec 2017 15:09:13 +0100 Subject: Fix const --- src/scaling.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scaling.c') diff --git a/src/scaling.c b/src/scaling.c index ab913229..b2f063ec 100644 --- a/src/scaling.c +++ b/src/scaling.c @@ -45,6 +45,7 @@ #include "symmetry.h" #include "cell.h" #include "cell-utils.h" +#include "scaling.h" /* Maximum number of iterations of NLSq to do for each image per macrocycle. */ @@ -549,7 +550,7 @@ int linear_scale(const RefList *list1, const RefList *list2, double *G) void scale_all_to_reference(Crystal **crystals, int n_crystals, - const RefList *reference) + RefList *reference) { int i; -- cgit v1.2.3