diff options
-rw-r--r-- | src/check_hkl.c | 3 |
1 files changed, 2 insertions, 1 deletions
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], |