From f77e60c21e9b5f02fa265b258d07010debbfcee3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 12 Dec 2017 16:15:38 +0100 Subject: Don't complain loudly about scaling failures during refinement As long as it doesn't end up somewhere bad, it can probe where it likes. --- src/scaling.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scaling.h') diff --git a/src/scaling.h b/src/scaling.h index 6ff0a337..b345029a 100644 --- a/src/scaling.h +++ b/src/scaling.h @@ -41,7 +41,8 @@ extern double log_residual(Crystal *cr, const RefList *full, int free, int *pn_used, const char *filename); -extern int linear_scale(const RefList *list1, const RefList *list2, double *G); +extern int linear_scale(const RefList *list1, const RefList *list2, double *G, + int complain_loudly); extern void scale_all_to_reference(Crystal **crystals, int n_crystals, RefList *reference, int nthreads); -- cgit v1.2.3