From 2e0b645d773d569101b54d535a5d97d6624d8afe Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 14 Sep 2015 16:57:04 +0200 Subject: Fix space in Mosflm command --- libcrystfel/src/mosflm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/mosflm.c') diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c index 4eac7874..fe917d27 100644 --- a/libcrystfel/src/mosflm.c +++ b/libcrystfel/src/mosflm.c @@ -590,7 +590,7 @@ static void mosflm_send_next(struct image *image, struct mosflm_data *mosflm) /* Old MOSFLM simply ignores CELL and CENTERING subkeywords. * So this doesn't do any harm. * TODO: but still better to show WARNING if MOSFLM is old. */ - snprintf(tmp, 255, "AUTOINDEX DPS FILE %s IMAGE 1 MAXCELL 1000" + snprintf(tmp, 255, "AUTOINDEX DPS FILE %s IMAGE 1 MAXCELL 1000 " "REFINE " "CELL %.1f %.1f %.1f %.1f %.1f %.1f CENTERING %c\n", mosflm->sptfile, a*1e10, b*1e10, c*1e10, -- cgit v1.2.3