整理代码,清除问题

This commit is contained in:
MrZ626
2020-10-19 22:40:14 +08:00
parent 4cdf3f52b5
commit df1cb2832d
40 changed files with 158 additions and 202 deletions

View File

@@ -26,7 +26,7 @@ local function flipList(O)--Use this to copy a symmetry list
end
return L
end
local function reflect(a,b)
local function reflect(a)
local b={}
b[03]=flipList(a[01])
b[01]=flipList(a[03])