oops renamed variable incompletely
This commit is contained in:
parent
b720b0d0bd
commit
d278a47beb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue