aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-12-05 12:16:20 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commitde9fbc4335a5d2e3896381403f4b1b5b19dcf444 (patch)
treeb483f58c9489e894b67ae9a507e5a69a650bbea6 /src/scaling.h
parentb7fd93ba785778107214c2f137aaa128084be46b (diff)
const-cleanliness (and a bit of error checking)
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scaling.h b/src/scaling.h
index 85e8c8ab..4d075a3b 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -41,7 +41,7 @@
extern double log_residual(Crystal *cr, const RefList *full, int free,
int *pn_used, const char *filename);
-extern int linear_scale(RefList *list1, const RefList *list2, double *G);
+extern int linear_scale(const RefList *list1, const RefList *list2, double *G);
extern void scale_all(Crystal **crystals, int n_crystals, int nthreads,
PartialityModel pmodel);