diff options
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r-- | src/scaling-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |