aboutsummaryrefslogtreecommitdiff
path: root/test/104_cocsep_ttrep
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-10 17:40:37 +0200
committerGitHub <noreply@github.com>2024-08-10 17:40:37 +0200
commitc0d829e588c5d25ee0fc0ff3212658c92c0fb0a8 (patch)
tree39811fc48570ef219326fb23b2571ae27c55131a /test/104_cocsep_ttrep
parentf148aa65dfe587e7b5d2f48b5005be670788dbe6 (diff)
parent23c95fa1b64f35ba56594acc0bf06962647c4ba0 (diff)
downloadnissy-core-c0d829e588c5d25ee0fc0ff3212658c92c0fb0a8.tar.gz
nissy-core-c0d829e588c5d25ee0fc0ff3212658c92c0fb0a8.zip
Merge pull request #1 from enricotenuti/master
cube_neon ver1
Diffstat (limited to 'test/104_cocsep_ttrep')
-rw-r--r--test/104_cocsep_ttrep/cocsep_ttrep_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c b/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
index f0da151..f692ca8 100644
--- a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
+++ b/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
@@ -29,7 +29,7 @@ void run(void) {
29 l = coord_cocsep(c); 29 l = coord_cocsep(c);
30 if (k != l) 30 if (k != l)
31 printf("cocsep %" PRId64 " (%" PRId64 "): " 31 printf("cocsep %" PRId64 " (%" PRId64 "): "
32 "%" PRId64 " ttrep %" PRIu8 32 "%" PRId64 " ttrep %" PRIu32
33 " -> %" PRId64 "\n", i, l, j, tt, k); 33 " -> %" PRId64 "\n", i, l, j, tt, k);
34 } 34 }
35 } 35 }

Generated with cgit - Back to sebastiano.tronto.net