resort to print statements
This commit is contained in:
parent
1041b07741
commit
6afece7b15
@ -408,7 +408,9 @@ InstallOtherMethod(DirectProductOp,
|
|||||||
function (list, first)
|
function (list, first)
|
||||||
local n, item, i, jof, bigtable;
|
local n, item, i, jof, bigtable;
|
||||||
n := Length(list);
|
n := Length(list);
|
||||||
# Simple checks
|
Print("Hi", n, "\n");
|
||||||
|
# Simple checks
|
||||||
|
Print("Ho", n=0, "\n");
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user