track it down
This commit is contained in:
parent
9d6e5267cd
commit
1041b07741
@ -412,9 +412,9 @@ InstallOtherMethod(DirectProductOp,
|
||||
if n = 0 then
|
||||
Error("Usage: Cannot take DirectProduct of zero items.");
|
||||
fi;
|
||||
if n < 2 then
|
||||
return list[1];
|
||||
fi;
|
||||
# if n < 2 then
|
||||
# return list[1];
|
||||
# fi;
|
||||
# See if we can handle all objects
|
||||
for i in [2..n] do
|
||||
if not HasMultiplicationTable(list(i)) then
|
||||
|
Loading…
Reference in New Issue
Block a user