oops renamed variable incompletely
This commit is contained in:
parent
b720b0d0bd
commit
d278a47beb
@ -116,8 +116,8 @@ InstallMethod(LeftDivisionTable,
|
||||
function(fam)
|
||||
local LS, n;
|
||||
LS := LeftSectionList(fam);
|
||||
n := Size(T);
|
||||
return List(T, x->ListPerm(Inverse(x), n));
|
||||
n := Size(LS);
|
||||
return List(LS, x->ListPerm(Inverse(x), n));
|
||||
end);
|
||||
|
||||
## Create section lists as needed
|
||||
|
Loading…
Reference in New Issue
Block a user