aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);