aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry.c')
-rw-r--r--src/geometry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geometry.c b/src/geometry.c
index fa66ed71..2329b0c7 100644
--- a/src/geometry.c
+++ b/src/geometry.c
@@ -311,9 +311,11 @@ void update_partialities(struct image *image,
if ( vals == NULL ) {
if ( n_notfound != NULL) (*n_notfound)++;
+ set_redundancy(refl, 0);
continue;
}
if ( n_found != NULL) (*n_found)++;
+ set_redundancy(refl, 1);
/* Transfer partiality stuff */
get_partial(vals, &r1, &r2, &p, &clamp1, &clamp2);