aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-02-27 13:42:42 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:41 +0100
commit07d1ff916b1731143f3ce7d76e4d1d2a5052a9ca (patch)
tree31388babc284703cdb539b4f31aed20f1cda0f42 /src/scaling.h
parent42fecffa4b8fb382fc9d1f24cf81357ee32730e7 (diff)
Residual and scaling fixes
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scaling.h b/src/scaling.h
index 7b055003..85e8c8ab 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -41,6 +41,8 @@
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 void scale_all(Crystal **crystals, int n_crystals, int nthreads,
PartialityModel pmodel);