From 1041b07741bcd9817ab164f266d07a706516c5cc Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 25 Oct 2017 16:50:18 +0200 Subject: [PATCH] track it down --- gap/bytable.gi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index 9a99714..042c70d 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -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