From 295810e12275c6bc1ee181755823d2eb45a1b09c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Oct 2012 20:05:44 +0200 Subject: Formatting --- libcrystfel/src/mosflm.c | 6 +++--- 1 file 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; -- cgit v1.2.3