aboutsummaryrefslogtreecommitdiff
path: root/test/077_copy_edges/copy_edges_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-12 11:11:28 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-12 11:11:28 +0200
commitda8fdd4955fd24666643915a6728678e9965a0d3 (patch)
tree878d7baf68f90e80949bc79a039bda159865821f /test/077_copy_edges/copy_edges_tests.c
parent14689e29252e608d51c5b52e61e43471d2aa021e (diff)
downloadnissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.tar.gz
nissy-core-da8fdd4955fd24666643915a6728678e9965a0d3.zip
Make writecube safer
Diffstat (limited to 'test/077_copy_edges/copy_edges_tests.c')
-rw-r--r--test/077_copy_edges/copy_edges_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/077_copy_edges/copy_edges_tests.c b/test/077_copy_edges/copy_edges_tests.c
index 5077861..48c5c53 100644
--- a/test/077_copy_edges/copy_edges_tests.c
+++ b/test/077_copy_edges/copy_edges_tests.c
@@ -19,7 +19,7 @@ void run(void) {
19 } else if (!isconsistent(c1)) { 19 } else if (!isconsistent(c1)) {
20 printf("Setting EO resulted in inconsistent cube\n"); 20 printf("Setting EO resulted in inconsistent cube\n");
21 } else { 21 } else {
22 writecube("H48", c1, str); 22 writecube("H48", c1, NISSY_SIZE_H48, str);
23 printf("%s\n", str); 23 printf("%s\n", str);
24 } 24 }
25} 25}

Generated with cgit - Back to sebastiano.tronto.net