From 7c8bfecf277d065c52c3c66ec061ceaf8df638e6 Mon Sep 17 00:00:00 2001 From: Ken Beyerlein Date: Fri, 11 Nov 2016 19:04:36 +0100 Subject: Merge ln of intensity rather than intensities themselves --- src/scaling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scaling.c') diff --git a/src/scaling.c b/src/scaling.c index 21bd0db2..dcfa7a59 100644 --- a/src/scaling.c +++ b/src/scaling.c @@ -144,7 +144,7 @@ void scale_all(Crystal **crystals, int n_crystals, int nthreads, int scaleflags) double bef_res; full = merge_intensities(crystals, n_crystals, nthreads, - 2, INFINITY, 0); + 2, INFINITY, 0, 1); old_res = new_res; bef_res = total_log_r(crystals, n_crystals, full, NULL); -- cgit v1.2.3