aboutsummaryrefslogtreecommitdiff
path: root/test/121_coorddata_dr
diff options
context:
space:
mode:
Diffstat (limited to 'test/121_coorddata_dr')
-rw-r--r--test/121_coorddata_dr/coorddata_dr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/121_coorddata_dr/coorddata_dr.c b/test/121_coorddata_dr/coorddata_dr.c
index 9432b4c..d7efcfb 100644
--- a/test/121_coorddata_dr/coorddata_dr.c
+++ b/test/121_coorddata_dr/coorddata_dr.c
@@ -45,7 +45,7 @@ void run(void) {
45 if (!found) { 45 if (!found) {
46 printf("Error: invcoord of %" PRId64 " returns %" 46 printf("Error: invcoord of %" PRId64 " returns %"
47 PRId64 " with cube:\n", coord, coord2); 47 PRId64 " with cube:\n", coord, coord2);
48 writecube("H48", cube, STRLENMAX, str); 48 writecube(cube, STRLENMAX, str);
49 printf("%s\n", str); 49 printf("%s\n", str);
50 goto cleanup; 50 goto cleanup;
51 } 51 }

Generated with cgit - Back to sebastiano.tronto.net