From 2dfc662ba054de3f7725bc6b2eafb85606931000 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 24 Oct 2019 15:29:42 +0200 Subject: polarisation_correction: Use symmetric indices --- libcrystfel/src/geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c index 3d6cd699..5230c642 100644 --- a/libcrystfel/src/geometry.c +++ b/libcrystfel/src/geometry.c @@ -1048,7 +1048,7 @@ void polarisation_correction(RefList *list, UnitCell *cell, signed int h, k, l; const double P = p.fraction; /* degree of polarisation */ - get_indices(refl, &h, &k, &l); + get_symmetric_indices(refl, &h, &k, &l); xl = h*asx + k*bsx + l*csx; yl = h*asy + k*bsy + l*csy; -- cgit v1.2.3