aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-18 20:05:44 +0200
committerThomas White <taw@physics.org>2012-10-19 01:15:27 +0200
commit295810e12275c6bc1ee181755823d2eb45a1b09c (patch)
tree4b80e34e130816b4426d445e15ab4b8ec5e9e88c
parentfbd2151e74bdac26f629b33681c11d37edacd7a0 (diff)
Formatting
-rw-r--r--libcrystfel/src/mosflm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index fca372cf..cbeb2585 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -159,9 +159,9 @@ static int read_newmat(const char *filename, struct image *image)
/* No idea why the cell comes out in this strange coordinate system */
cell_set_reciprocal(image->candidate_cells[0],
- asy*c, -asz*c, asx*c,
- bsy*c, -bsz*c, bsx*c,
- csy*c, -csz*c, csx*c);
+ asy*c, -asz*c, asx*c,
+ bsy*c, -bsz*c, bsx*c,
+ csy*c, -csz*c, csx*c);
image->ncells = 1;