diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/centering_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/centering_check.c b/tests/centering_check.c index 96326d21..bfee2806 100644 --- a/tests/centering_check.c +++ b/tests/centering_check.c @@ -89,7 +89,7 @@ static int check_centering(double a, double b, double c, } STATUS("Transformation was:\n"); - cell_transformation_print(t); + tfn_print(t); if ( fail ) ERROR("\n"); |