From c8a51805efd3deb068b17b5f79c1afcfd5e8d73d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 2 Mar 2018 16:38:43 +0100 Subject: Restore old scaling code --- src/scaling.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/scaling.h') 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); -- cgit v1.2.3