aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-04-30 17:24:11 +0200
committerThomas White <taw@physics.org>2013-04-30 17:24:11 +0200
commitf93b8b6546543274e9178f548ef3cc7710390e64 (patch)
tree55cba5ea8c6118e2178cb7c01fcac8771e7b17cb /src
parentbdf3a0acbe270ea081bbad290f55767991c71c9c (diff)
Fix partialator_merge_check_1
Diffstat (limited to 'src')
-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 5acb247f..3c0709b4 100644
--- a/src/hrs-scaling.c
+++ b/src/hrs-scaling.c
@@ -498,7 +498,7 @@ RefList *scale_intensities(Crystal **crystals, int n, RefList *gref,
int i;
double max_corr;
RefList *full = NULL;
- const int min_redundancy = 3;
+ const int min_redundancy = 2;
for ( i=0; i<n; i++ ) crystal_set_osf(crystals[i], 1.0);