diff options
author | Thomas White <taw@physics.org> | 2011-03-30 14:16:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:23 +0100 |
commit | 0027842174937473c0f40d84c80e27ff251d55ff (patch) | |
tree | 1d4c349971e2551856c1772de8ab0aae174566b9 /src/check_hkl.c | |
parent | 21fc8f9ce071f4262bdc7e45e3cf227f08b70290 (diff) |
Fussiness
Diffstat (limited to 'src/check_hkl.c')
-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], |