From fa23a8ab096aeba3eea99f353bef44a818cf2584 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Dec 2017 15:41:01 +0100 Subject: Restore redundancy check --- src/post-refinement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post-refinement.c b/src/post-refinement.c index cf508cdb..e476a63f 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -114,7 +114,7 @@ double residual(Crystal *cr, const RefList *full, int free, if ( match == NULL ) continue; I_full = get_intensity(match); - if ( get_redundancy(match) < 1 ) continue; /* FIXME: 2 */ + if ( get_redundancy(match) < 2 ) continue; p = get_partiality(refl); //if ( p < 0.2 ) continue; -- cgit v1.2.3