aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hrs-scaling.c')
-rw-r--r--src/hrs-scaling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c
index 21b0c3fd..21b9ebc1 100644
--- a/src/hrs-scaling.c
+++ b/src/hrs-scaling.c
@@ -327,7 +327,7 @@ static void run_merge_job(void *vwargs, int cookie)
res = resolution(crystal_get_cell(cr), h, k, l);
/* Total (multiplicative) correction factor */
- corr = G * exp(2.0*B*res) * get_lorentz(refl)
+ corr = G * exp(2.0*B*res*res) * get_lorentz(refl)
/ get_partiality(refl);
esd = get_esd_intensity(refl) * corr;