aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-15 11:15:34 +0100
committerThomas White <taw@physics.org>2013-02-15 11:15:34 +0100
commit45c2b8fa8c4ca803973876a01dccbf780482f6c4 (patch)
tree0b37a6cc0f95bcf1de6fe5a78b5e85d9ea310ddf /libcrystfel
parentd93ce840a5110d8f4d79e19ca06200106e7b5bea (diff)
"mosflm-nolatt" should not be sending "SYMM P1"
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/mosflm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index 8b86f72c..a03e621d 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -522,7 +522,7 @@ static void mosflm_send_next(struct image *image, struct mosflm_data *mosflm)
mosflm_sendline(tmp, mosflm);
} else {
- mosflm_sendline("SYMM P1\n", mosflm);
+ mosflm_sendline("\n", mosflm);
}
break;