aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-07-25 23:14:19 +0200
committerThomas White <taw@physics.org>2013-07-25 23:14:19 +0200
commit0d0fe09e122c83f5bef360724763cb4d7b594d8b (patch)
tree34ac2ca7e3d3ada5228263d6d8d3fd63bccff9e5 /src
parentfebc21aa72b87d7f743eeb98c71ece50b301701f (diff)
Tweak comments
Diffstat (limited to 'src')
-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);