aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/geometry.c')
-rw-r--r--libcrystfel/src/geometry.c2
1 files changed, 1 insertions, 1 deletions
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;