aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;