track it down

This commit is contained in:
Glen Whitney 2017-10-25 16:50:18 +02:00
parent 9d6e5267cd
commit 1041b07741
1 changed files with 3 additions and 3 deletions

View File

@ -412,9 +412,9 @@ InstallOtherMethod(DirectProductOp,
if n = 0 then if n = 0 then
Error("Usage: Cannot take DirectProduct of zero items."); Error("Usage: Cannot take DirectProduct of zero items.");
fi; fi;
if n < 2 then # if n < 2 then
return list[1]; # return list[1];
fi; # fi;
# See if we can handle all objects # See if we can handle all objects
for i in [2..n] do for i in [2..n] do
if not HasMultiplicationTable(list(i)) then if not HasMultiplicationTable(list(i)) then