diff options
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |