diff options
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r-- | src/scaling-report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 96537ae8..6675a6ba 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -218,6 +218,7 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, int bin; if ( !get_scalable(refl) ) continue; + if ( get_redundancy(refl) < 2 ) continue; get_indices(refl, &h, &k, &l); f = find_refl(full, h, k, l); |