From 24e2744b8b53dde715f59d98f969d44a10530675 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 28 Aug 2019 15:33:46 +0200 Subject: Rationalise matrix mutliplication compare_reindexed_cell_parameters still needs to be updated --- tests/transformation_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/transformation_check.c b/tests/transformation_check.c index 33f44340..8c8f7fa0 100644 --- a/tests/transformation_check.c +++ b/tests/transformation_check.c @@ -396,7 +396,7 @@ int main(int argc, char *argv[]) intmat_set_all_3x3(part2, 0,0,1, 0,1,0, -1,0,0); - tfn = intmat_intmat_mult(part1, part2); + tfn = intmat_times_intmat(part1, part2); fail += check_identity(cell, tfn); intmat_free(part1); intmat_free(part2); -- cgit v1.2.3