aboutsummaryrefslogtreecommitdiff
path: root/src/trans.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
commit445364a4b495c275e2723a05e7f4be0090ba5d0a (patch)
treebc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/trans.c
parent2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff)
downloadnissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz
nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to '')
-rw-r--r--src/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans.c b/src/trans.c
index da2dca3..898c2be 100644
--- a/src/trans.c
+++ b/src/trans.c
@@ -26,7 +26,7 @@ static char rotation_alg_string[100][NROTATIONS] = {
26 [bu] = "x3", [br] = "x3 y", [bd] = "x3 y2", [bl] = "x3 y3", 26 [bu] = "x3", [br] = "x3 y", [bd] = "x3 y2", [bl] = "x3 y3",
27}; 27};
28 28
29static Alg *rotation_alg_arr[NROTATIONS]; 29Alg *rotation_alg_arr[NROTATIONS];
30Move moves_ttable[NTRANS][NMOVES]; 30Move moves_ttable[NTRANS][NMOVES];
31Trans trans_ttable[NTRANS][NTRANS]; 31Trans trans_ttable[NTRANS][NTRANS];
32Trans trans_itable[NTRANS]; 32Trans trans_itable[NTRANS];

Generated with cgit - Back to sebastiano.tronto.net