From 38089071300b8e04ed42236dd08d9055094fb3b8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Nov 2011 12:05:55 +0100 Subject: Introduce "libcrystfel" --- src/scaling-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scaling-report.c') diff --git a/src/scaling-report.c b/src/scaling-report.c index b499e59d..32791bbc 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -234,7 +234,7 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, Ipart = get_intensity(refl); Ifull = get_intensity(f); - if ( Ifull < 10 ) continue; /* FIXME: Ugh */ + //if ( Ifull < 10 ) continue; /* FIXME: Ugh */ pobs = Ipart/(images[i].osf*Ifull); pcalc = get_partiality(refl); -- cgit v1.2.3