From 0027842174937473c0f40d84c80e27ff251d55ff Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 30 Mar 2011 14:16:06 +0200 Subject: Fussiness --- src/check_hkl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/check_hkl.c') diff --git a/src/check_hkl.c b/src/check_hkl.c index 898846d4..db807b33 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -282,7 +282,8 @@ static void plot_shells(RefList *list, UnitCell *cell, const char *sym, double cen; cen = rmins[i] + (rmaxs[i] - rmins[i])/2.0; - fprintf(fh, "%10.3f %8i %8i %6.2f %10i %5.1f %5.2f %10.2f %10.2f\n", + fprintf(fh, "%10.3f %8i %8i %6.2f %10i %5.1f" + " %5.2f %10.2f %10.2f\n", cen*1.0e-9, measured[i], possible[i], -- cgit v1.2.3