diff options
Diffstat (limited to 'tests/transformation_check.c')
-rw-r--r-- | tests/transformation_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |