diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |