From 516fe4e0275323b3439ceda0e8a92204b8479c6e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Nov 2018 16:07:00 +0100 Subject: Restore reflection weighting --- src/merge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/merge.c') diff --git a/src/merge.c b/src/merge.c index 56ca2020..a655b2cc 100644 --- a/src/merge.c +++ b/src/merge.c @@ -230,7 +230,7 @@ static void run_merge_job(void *vwargs, int cookie) } /* Reflections count less the more they have to be scaled up */ - w = 1.0; + w = get_partiality(refl); /* Running mean and variance calculation */ temp = w + sumweight; -- cgit v1.2.3