From c58fe463d52152d20bf74a91e639c86cf11b2e3d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 9 Jul 2011 09:01:22 +0200 Subject: Mark unrefinable reflections as such --- src/partialator.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 97c10a7b..954d1746 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -216,6 +216,7 @@ static void select_reflections_for_refinement(struct image *images, int n, if ( !sc ) { n_noscale++; + set_refinable(refl, 0); } else { @@ -233,6 +234,7 @@ static void select_reflections_for_refinement(struct image *images, int n, } else { n_nomatch++; + set_refinable(refl, 0); } } -- cgit v1.2.3