From ad63bcc470eee4f740a82fcb5b427d68d93b87c6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 14 Jun 2019 11:46:26 +0200 Subject: Add missing newline --- src/post-refinement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post-refinement.c') 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, -- cgit v1.2.3