From bc24110f035c62b3e7e873a2b84c47bcf7414f19 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Feb 2018 13:44:29 +0100 Subject: Scaling fixes --- src/rejection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rejection.c') diff --git a/src/rejection.c b/src/rejection.c index a44b697f..9d41f9b4 100644 --- a/src/rejection.c +++ b/src/rejection.c @@ -137,7 +137,7 @@ static void check_cc(Crystal *cr, RefList *full) pcalc = get_partiality(refl); /* Observed partiality */ - corr = (1.0/G) * exp(B*res*res) * get_lorentz(refl); + corr = G * exp(B*res*res) * get_lorentz(refl); Ipart = get_intensity(refl) * corr; pobs = Ipart / get_intensity(match); -- cgit v1.2.3