aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/indexers/asdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/indexers/asdf.c b/libcrystfel/src/indexers/asdf.c
index 6cfd741a..c136efc1 100644
--- a/libcrystfel/src/indexers/asdf.c
+++ b/libcrystfel/src/indexers/asdf.c
@@ -577,6 +577,7 @@ static int refine_asdf_cell(struct asdf_cell *c, gsl_vector **reflections,
calc_reciprocal(c->reciprocal, c->axes);
+ force_right_handed(c);
double a[3];
for ( i = 0; i < 3; i++ ) {
a[i] = gsl_blas_dnrm2(c->axes[i]);