From 0d0fe09e122c83f5bef360724763cb4d7b594d8b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 25 Jul 2013 23:14:19 +0200 Subject: Tweak comments --- src/scaling-report.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/scaling-report.c b/src/scaling-report.c index 1d7904a6..ecd2943c 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -254,8 +254,6 @@ static void partiality_graph(cairo_t *cr, Crystal **crystals, int n, Ipart = crystal_get_osf(cryst) * get_intensity(refl); Ifull = get_intensity(f); - //if ( Ifull < 10 ) continue; /* FIXME: Ugh */ - pobs = Ipart/Ifull; pcalc = get_lorentz(refl) * get_partiality(refl); @@ -368,6 +366,7 @@ static void partiality_histogram(cairo_t *cr, Crystal **crystals, int n, Ipart = get_intensity(refl); Ifull = get_intensity(f); + /* FIXME: Wrong */ pobs = Ipart/(crystal_get_osf(cryst)*Ifull); pcalc = get_partiality(refl); -- cgit v1.2.3