diff options
author | Thomas White <taw@physics.org> | 2012-09-07 15:45:08 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | 1363184f920a18fc560ad028a29ffcaa3148d93e (patch) | |
tree | d0bde09ee4d7641d41859215a9d39800812279c4 /tests | |
parent | 42e1753bcfd692d5aaf6d7551c6e4635f65c683f (diff) |
WIP
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"); |