aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-02 16:38:43 +0100
committerThomas White <taw@physics.org>2018-03-02 16:38:43 +0100
commitc8a51805efd3deb068b17b5f79c1afcfd5e8d73d (patch)
tree4be8ab18265fba96c53ec0a62cdc024ce3ad3301 /src/scaling.h
parent67988bb782f5e3d54444c7338b203ae3b901595d (diff)
Restore old scaling code
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scaling.h b/src/scaling.h
index b345029a..620518ef 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -44,6 +44,9 @@ extern double log_residual(Crystal *cr, const RefList *full, int free,
extern int linear_scale(const RefList *list1, const RefList *list2, double *G,
int complain_loudly);
+extern void scale_all(Crystal **crystals, int n_crystals, int nthreads,
+ PartialityModel pmodel);
+
extern void scale_all_to_reference(Crystal **crystals, int n_crystals,
RefList *reference, int nthreads);