From e94501d025e8d6b4f4e446004e80a1badfbba30f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 9 Mar 2019 11:35:48 +0100 Subject: Fix typo --- libcrystfel/src/cell-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index 819f4926..cc17f108 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -381,7 +381,7 @@ static RationalMatrix *create_rtnl_mtx(signed int a1, signed int a2, rtnl_mtx_set(m, 1, 2, rtnl(f1, f2)); rtnl_mtx_set(m, 2, 0, rtnl(g1, g2)); rtnl_mtx_set(m, 2, 1, rtnl(h1, h2)); - rtnl_mtx_set(m, 2, 2, rtnl(i1, h2)); + rtnl_mtx_set(m, 2, 2, rtnl(i1, i2)); return m; } -- cgit v1.2.3