oops renamed variable incompletely

This commit is contained in:
Glen Whitney 2017-10-18 13:32:42 +02:00
parent b720b0d0bd
commit d278a47beb
1 changed files with 2 additions and 2 deletions

View File

@ -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