From b67429762f02d906fdc3ab14da4577c958937679 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Jul 2011 13:21:36 +0200 Subject: Don't select scalable reflections during post refinement --- src/post-refinement.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/post-refinement.c') diff --git a/src/post-refinement.c b/src/post-refinement.c index 46e320e6..7eef5dfa 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -486,7 +486,7 @@ void pr_refine(struct image *image, const RefList *full, const char *sym) const int verbose = 1; int nexp, nfound, nnotfound; - update_partialities(image, sym, NULL, &nexp, &nfound, &nnotfound); + update_partialities(image, sym, &nexp, &nfound, &nnotfound); if ( verbose ) { dev = mean_partial_dev(image, full, sym); @@ -516,8 +516,7 @@ void pr_refine(struct image *image, const RefList *full, const char *sym) max_shift = pr_iterate(image, full, sym); - update_partialities(image, sym, NULL, - &nexp, &nfound, &nnotfound); + update_partialities(image, sym, &nexp, &nfound, &nnotfound); if ( verbose ) { dev = mean_partial_dev(image, full, sym); @@ -536,7 +535,7 @@ void pr_refine(struct image *image, const RefList *full, const char *sym) cell_set_reciprocal(image->indexed_cell, asx, asy, asz, bsx, bsy, bsz, csx, csy, csz); - update_partialities(image, sym, NULL, + update_partialities(image, sym, &nexp, &nfound, &nnotfound); image->pr_dud = 1; -- cgit v1.2.3