From 0dfa03ad8fdacd5b969b17fc35c3d22fbfb9d949 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Sep 2011 13:43:44 +0200 Subject: Excluse reflections without at least one partner from the partiality graph --- src/scaling-report.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3