diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-03-11 11:27:03 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-03-11 11:27:03 +0100 |
commit | c2ba9d4a0098cd0df9edf27b3b133130bffccec2 (patch) | |
tree | 3f0983c2d6352a13735e34eff38234f59a4aac0f /src | |
parent | 29d658bb5d5fdc40791d659c857e977c5d3f2441 (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/scaling-report.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index d3d5e26b..9c8504ef 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -199,8 +199,8 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, show_text_simple(cr, "Observed partiality", -20.0, g_height/2.0, NULL, -M_PI_2, J_CENTER); - show_text_simple(cr, "Calculated partiality", g_width/2.0, g_height+20.0, - NULL, 0.0, J_CENTER); + show_text_simple(cr, "Calculated partiality", + g_width/2.0,g_height+20.0, NULL, 0.0, J_CENTER); show_text_simple(cr, "0.0", -20.0, g_height, NULL, 0.0, J_CENTER); show_text_simple(cr, "1.0", -20.0, 0.0, NULL, 0.0, J_CENTER); @@ -256,8 +256,9 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, pobs = Ipart/Ifull; pcalc = get_partiality(refl); - //STATUS("%4i %4i %4i : %9.6f %9.6f %e %e %e\n", h, k, l, - // pobs, pcalc, Ipart, Ifull, images[i].osf); + //STATUS("%4i %4i %4i : %9.6f %9.6f %e %e %e\n", + // h, k, l, pobs, pcalc, + // Ipart, Ifull, images[i].osf); for ( bin=0; bin<nbins; bin++ ) { if ( (pcalc >= pcalcmin[bin]) |