aboutsummaryrefslogtreecommitdiff
path: root/src/scaling-report.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 12:05:55 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:40 +0100
commit38089071300b8e04ed42236dd08d9055094fb3b8 (patch)
tree91e1487ac820eb549e7652750867cd4fec039097 /src/scaling-report.c
parent404c612223dbfa0210902ebc5c9226927335aa65 (diff)
Introduce "libcrystfel"
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r--src/scaling-report.c2
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);