aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.c
diff options
context:
space:
mode:
authorKen Beyerlein <kenneth.beyerlein@desy.de>2016-11-11 19:04:36 +0100
committerThomas White <taw@physics.org>2018-06-28 14:38:51 +0200
commit7c8bfecf277d065c52c3c66ec061ceaf8df638e6 (patch)
tree1a7eced5ba793b5c03afa97ca11ddd9b8d64d935 /src/scaling.c
parente3fa832cd31d5dab91426b88d405b810e41cf98f (diff)
Merge ln of intensity rather than intensities themselves
Diffstat (limited to 'src/scaling.c')
-rw-r--r--src/scaling.c2
1 files changed, 1 insertions, 1 deletions
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);