diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
| commit | 445364a4b495c275e2723a05e7f4be0090ba5d0a (patch) | |
| tree | bc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/trans.c | |
| parent | 2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff) | |
| download | nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip | |
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to 'src/trans.c')
| -rw-r--r-- | src/trans.c | 2 |
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 | ||
| 29 | static Alg *rotation_alg_arr[NROTATIONS]; | 29 | Alg *rotation_alg_arr[NROTATIONS]; |
| 30 | Move moves_ttable[NTRANS][NMOVES]; | 30 | Move moves_ttable[NTRANS][NMOVES]; |
| 31 | Trans trans_ttable[NTRANS][NTRANS]; | 31 | Trans trans_ttable[NTRANS][NTRANS]; |
| 32 | Trans trans_itable[NTRANS]; | 32 | Trans trans_itable[NTRANS]; |
