Oops, unused local variable
This commit is contained in:
parent
df74177abb
commit
71672eeb9c
@ -768,9 +768,9 @@ end);
|
|||||||
|
|
||||||
InstallGlobalFunction(ProductTableOfCanonicalCayleyTables,
|
InstallGlobalFunction(ProductTableOfCanonicalCayleyTables,
|
||||||
function(tablist)
|
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];
|
TL := tablist[1];
|
||||||
for s in [2..n] do
|
for s in [2..Length(tablist)] do
|
||||||
TM := tablist[ s ];
|
TM := tablist[ s ];
|
||||||
nL := Length( TL); nM := Length( TM );
|
nL := Length( TL); nM := Length( TM );
|
||||||
T := List( [1..nL*nM], j->[] );
|
T := List( [1..nL*nM], j->[] );
|
||||||
|
Loading…
Reference in New Issue
Block a user