diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/cell-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index 78488d1b..e9e7aaec 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -406,7 +406,7 @@ static IntegerMatrix *centering_transformation(UnitCell *in, * should go the opposite way to what's written in the first column. */ if ( (cen=='P') || (cen=='R') ) { - *new_centering = cen; + *new_centering = 'P'; *new_latt = lt; *new_ua = ua; C = intmat_identity(3); |