aboutsummaryrefslogtreecommitdiff
path: root/utils/h48_to_avx.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/h48_to_avx.c')
-rw-r--r--utils/h48_to_avx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/h48_to_avx.c b/utils/h48_to_avx.c
index e5df2aa..ba82366 100644
--- a/utils/h48_to_avx.c
+++ b/utils/h48_to_avx.c
@@ -11,8 +11,8 @@ int main() {
11 cube_t cube; 11 cube_t cube;
12 12
13 fgets(str, STRLENMAX, stdin); 13 fgets(str, STRLENMAX, stdin);
14 cube = readcube(H48, str); 14 cube = readcube("H48", str);
15 writecube(AVX, cube, str); 15 writecube("AVX", cube, str);
16 fputs(str, stdout); 16 fputs(str, stdout);
17 17
18 return 0; 18 return 0;

Generated with cgit - Back to sebastiano.tronto.net