aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scaling-report.c3
1 files changed, 1 insertions, 2 deletions
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);