From 445364a4b495c275e2723a05e7f4be0090ba5d0a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Oct 2022 18:12:39 +0200 Subject: Finished fst, added tests. STILL NOT WORKING. --- src/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trans.c') 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] = { [bu] = "x3", [br] = "x3 y", [bd] = "x3 y2", [bl] = "x3 y3", }; -static Alg *rotation_alg_arr[NROTATIONS]; +Alg *rotation_alg_arr[NROTATIONS]; Move moves_ttable[NTRANS][NMOVES]; Trans trans_ttable[NTRANS][NTRANS]; Trans trans_itable[NTRANS]; -- cgit v1.3