diff options
author | Thomas White <taw@physics.org> | 2012-09-12 17:57:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | 5911a4b627e1c6676c5522a8ecd61a2a834f544e (patch) | |
tree | 42688436ac89c0f37b13d5bff97fb9e84b0a5e64 /tests/centering_check.c | |
parent | bf986af745b88ddd0c1309c3af03d06165a6c95f (diff) |
More work on transformations
Diffstat (limited to 'tests/centering_check.c')
-rw-r--r-- | tests/centering_check.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/centering_check.c b/tests/centering_check.c index bfee2806..eca67c85 100644 --- a/tests/centering_check.c +++ b/tests/centering_check.c @@ -70,7 +70,8 @@ static int check_centering(double a, double b, double c, UnitCellTransformation *t; int fail = 0; - STATUS("Checking %s %c (ua %c) %5.2e %5.2e %5.2e %5.2f %5.2f %5.2f\n", + STATUS(" ---------------> " + "Checking %s %c (ua %c) %5.2e %5.2e %5.2e %5.2f %5.2f %5.2f\n", str_lattice(latt), cen, ua, a, b, c, al, be, ga); cell = cell_new_from_parameters(a, b, c, |