aboutsummaryrefslogtreecommitdiff
path: root/test/061_coord_eo
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-10 14:44:48 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-10 14:44:48 +0100
commitfb9ae9e41eaf01b3651395fdd450ac1a4743e592 (patch)
tree8fb29e9b62d40d6407f082f55a7164775154bf78 /test/061_coord_eo
parent04c3ee1f5acac47650be8d0ffbf90e238df0d12b (diff)
downloadnissy-core-fb9ae9e41eaf01b3651395fdd450ac1a4743e592.tar.gz
nissy-core-fb9ae9e41eaf01b3651395fdd450ac1a4743e592.zip
Big changes to the interface
Diffstat (limited to 'test/061_coord_eo')
-rw-r--r--test/061_coord_eo/coord_eo_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/061_coord_eo/coord_eo_tests.c b/test/061_coord_eo/coord_eo_tests.c
index 65119ef..30989e8 100644
--- a/test/061_coord_eo/coord_eo_tests.c
+++ b/test/061_coord_eo/coord_eo_tests.c
@@ -16,7 +16,7 @@ int main() {
16 int16_t result; 16 int16_t result;
17 17
18 fgets(str, STRLENMAX, stdin); 18 fgets(str, STRLENMAX, stdin);
19 cube = readcube(H48, str); 19 cube = readcube("H48", str);
20 20
21 result = coord_eo(cube); 21 result = coord_eo(cube);
22 22

Generated with cgit - Back to sebastiano.tronto.net