diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-26 18:29:25 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-26 18:29:25 +0100 |
| commit | 0083a7eb4677542aced3ea2fa335bc9cf1f7b419 (patch) | |
| tree | 048c901f6620e49f60badac77c92324fadd6b6ef /test/071_coord_eo | |
| parent | 861a8a5fc4b62e5f70081f8e72b0854889a6cec6 (diff) | |
| download | nissy-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.c | 4 |
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 | } |
