From 5e934ae27dd4f94d732847c3dee66b785171bfb1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Sep 2011 16:54:11 +0200 Subject: Fix previous commit (But not the spelling) --- src/scaling-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scaling-report.c b/src/scaling-report.c index 6675a6ba..80f8d0c2 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -218,11 +218,11 @@ 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); if ( f == NULL ) continue; + if ( get_redundancy(f) < 2 ) continue; Ipart = get_intensity(refl); Ifull = get_intensity(f); -- cgit v1.2.3