aboutsummaryrefslogtreecommitdiff
path: root/test/102_cocsep_selfsim
diff options
context:
space:
mode:
Diffstat (limited to 'test/102_cocsep_selfsim')
-rw-r--r--test/102_cocsep_selfsim/00_all.in4
-rw-r--r--test/102_cocsep_selfsim/cocsep_selfsim_tests.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/102_cocsep_selfsim/00_all.in b/test/102_cocsep_selfsim/00_all.in
index 07bda04..5d0021c 100644
--- a/test/102_cocsep_selfsim/00_all.in
+++ b/test/102_cocsep_selfsim/00_all.in
@@ -1,2 +1,2 @@
1UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 1ABCDEFGH=ABCDEFGHIJKL=A
2UF0 UB0 DB0 DF0 FR0 UL0 DL0 BR0 DR0 FL0 BL0 UR0 DFR2 UBL0 DFL0 UBR2 UFL0 UFR1 DBR1 DBL0 2WBCVEILH=ABCDIFGLHJKE=A
diff --git a/test/102_cocsep_selfsim/cocsep_selfsim_tests.c b/test/102_cocsep_selfsim/cocsep_selfsim_tests.c
index 0ead3b4..9966321 100644
--- a/test/102_cocsep_selfsim/cocsep_selfsim_tests.c
+++ b/test/102_cocsep_selfsim/cocsep_selfsim_tests.c
@@ -24,7 +24,7 @@ void run(void) {
24 /* All cases in the same test so we do not generate data many times */ 24 /* All cases in the same test so we do not generate data many times */
25 25
26 while (fgets(str, STRLENMAX, stdin) != NULL) { 26 while (fgets(str, STRLENMAX, stdin) != NULL) {
27 cube = readcube("H48", str); 27 cube = readcube(str);
28 coord = coord_cocsep(cube); 28 coord = coord_cocsep(cube);
29 data = cocsepdata[coord]; 29 data = cocsepdata[coord];
30 coclass = (data & (0xFFFU << 16)) >> 16; 30 coclass = (data & (0xFFFU << 16)) >> 16;

Generated with cgit - Back to sebastiano.tronto.net