Oops, unused local variable

This commit is contained in:
Glen Whitney 2017-10-26 21:15:21 -04:00
parent df74177abb
commit 71672eeb9c
1 changed files with 2 additions and 2 deletions

View File

@ -768,9 +768,9 @@ end);
InstallGlobalFunction(ProductTableOfCanonicalCayleyTables,
function(tablist)
local n, i, nL, nM, TL, TM, T, j, k, s;
local i, nL, nM, TL, TM, T, j, k, s;
TL := tablist[1];
for s in [2..n] do
for s in [2..Length(tablist)] do
TM := tablist[ s ];
nL := Length( TL); nM := Length( TM );
T := List( [1..nL*nM], j->[] );