aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partialator.c2
1 files changed, 2 insertions, 0 deletions
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);
}
}