diff options
author | Thomas White <taw@physics.org> | 2015-09-14 16:57:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-09-14 17:02:05 +0200 |
commit | 2e0b645d773d569101b54d535a5d97d6624d8afe (patch) | |
tree | 67e93cb800bdc470b3bc17cbead4e17373a3d035 /libcrystfel/src/mosflm.c | |
parent | 6b13bcfa2b3a23ee6a502ecde41ef5e0a0a468df (diff) |
Fix space in Mosflm command
Diffstat (limited to 'libcrystfel/src/mosflm.c')
-rw-r--r-- | libcrystfel/src/mosflm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |