aboutsummaryrefslogtreecommitdiff
path: root/test/071_coord_eo
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-26 18:29:25 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-26 18:29:25 +0100
commit0083a7eb4677542aced3ea2fa335bc9cf1f7b419 (patch)
tree048c901f6620e49f60badac77c92324fadd6b6ef /test/071_coord_eo
parent861a8a5fc4b62e5f70081f8e72b0854889a6cec6 (diff)
downloadnissy-core-0083a7eb4677542aced3ea2fa335bc9cf1f7b419.tar.gz
nissy-core-0083a7eb4677542aced3ea2fa335bc9cf1f7b419.zip
Added coord_co
Diffstat (limited to 'test/071_coord_eo')
-rw-r--r--test/071_coord_eo/coord_eo_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/071_coord_eo/coord_eo_tests.c b/test/071_coord_eo/coord_eo_tests.c
index 6c18a73..85128e0 100644
--- a/test/071_coord_eo/coord_eo_tests.c
+++ b/test/071_coord_eo/coord_eo_tests.c
@@ -7,7 +7,7 @@ int main(void) {
7 char str[STRLENMAX]; 7 char str[STRLENMAX];
8 cube_t cube; 8 cube_t cube;
9 cube_fast_t fast; 9 cube_fast_t fast;
10 int16_t result; 10 int64_t result;
11 11
12 fgets(str, STRLENMAX, stdin); 12 fgets(str, STRLENMAX, stdin);
13 cube = readcube("H48", str); 13 cube = readcube("H48", str);
@@ -15,7 +15,7 @@ int main(void) {
15 15
16 result = coord_fast_eo(fast); 16 result = coord_fast_eo(fast);
17 17
18 printf("%" PRId16 "\n", result); 18 printf("%" PRId64 "\n", result);
19 19
20 return 0; 20 return 0;
21} 21}

Generated with cgit - Back to sebastiano.tronto.net