From 89ff2319f1875ac73ec30fc89c837cf2715d4d8e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 10 Oct 2016 15:57:27 +0200 Subject: Add missing newline --- libcrystfel/src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 9e46f901..789a9d7a 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -740,7 +740,7 @@ static int write_crystal(Stream *st, Crystal *cr, int include_reflections) crystal_get_det_shift(cr, &det_shift_x, &det_shift_y); - fprintf(st->fh, "predict_refine/det_shift x = %.3f y = %.3f mm", + fprintf(st->fh, "predict_refine/det_shift x = %.3f y = %.3f mm\n", det_shift_x*1e3, det_shift_y*1e3); reflist = crystal_get_reflections(cr); -- cgit v1.2.3