aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-08-29 15:06:15 +0200
committerThomas White <taw@physics.org>2019-08-29 15:06:15 +0200
commit091c82d85ac1ab9c4952c5647d52fee5f3073734 (patch)
treec0585f1899d91fd2fa5e78f7ab7c3b54106bac7c
parentb2607ea16013f71fb36ab4d65d216ece2a5f542c (diff)
Fix comment
-rw-r--r--libcrystfel/src/cell-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c
index d92bd6a9..0ffe463f 100644
--- a/libcrystfel/src/cell-utils.c
+++ b/libcrystfel/src/cell-utils.c
@@ -2294,7 +2294,7 @@ UnitCell *compare_reindexed_cell_parameters(UnitCell *cell_in,
//STATUS("The best permutation matrix:\n");
//intmat_print(P);
- /* Calculate combined matrix: CB.RiB.P.RA.CiA */
+ /* Calculate combined matrix: CiA.RA.P.RiB.CB */
tmp = rtnlmtx_times_intmat(CiARA, P);
comb = rtnlmtx_times_intmat(tmp, RiBCB);
rtnl_mtx_free(tmp);