diff options
author | Thomas White <taw@physics.org> | 2013-02-10 09:03:27 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-10 09:03:27 -0800 |
commit | 427d2323912a5fd9701e8114b4d9deedbb50971d (patch) | |
tree | ee8d67bb6d5b05849d33477df273f566714fc947 /libcrystfel/src/mosflm.c | |
parent | 55fdffb8a4f92b9b2d1c3c067b43119ce394b5db (diff) |
Formatting
Diffstat (limited to 'libcrystfel/src/mosflm.c')
-rw-r--r-- | libcrystfel/src/mosflm.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c index 7c3a12b4..63e72608 100644 --- a/libcrystfel/src/mosflm.c +++ b/libcrystfel/src/mosflm.c @@ -427,8 +427,8 @@ static void mosflm_send_next(struct image *image, struct mosflm_data *mosflm) char tmp[256]; double wavelength; - switch ( mosflm->step ) { - + switch ( mosflm->step ) + { case 1 : mosflm_sendline("DETECTOR ROTATION HORIZONTAL" " ANTICLOCKWISE ORIGIN LL FAST HORIZONTAL" @@ -489,10 +489,9 @@ static void mosflm_send_next(struct image *image, struct mosflm_data *mosflm) mosflm->finished_ok = 1; break; - default: + default: mosflm_sendline("exit\n", mosflm); return; - } mosflm->step++; |