diff options
author | Thomas White <taw@physics.org> | 2019-06-14 11:46:26 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-06-19 10:56:52 +0200 |
commit | ad63bcc470eee4f740a82fcb5b427d68d93b87c6 (patch) | |
tree | 60d0d14c82bba638a0576fbdcf9efab2f4ee57e5 /src | |
parent | 3e224dce0e282ab94bc620696f6ab732a8654db6 (diff) |
Add missing newline
Diffstat (limited to 'src')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 4ab25b54..8fa54206 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -778,7 +778,7 @@ static void do_pr_refine(Crystal *cr, const RefList *full, fh = fopen(fn, "w"); if ( fh != NULL ) { fprintf(fh, "iteration RtoReference CCtoReference nref " - "ang1 ang2 radius wavelength"); + "ang1 ang2 radius wavelength\n"); double res = residual_f(min->x, &priv); fprintf(fh, "%5i %10.8f %10.8f %5i %10.8f %10.8f %e %e\n", n_iter, res, 0.0, 0, |