resort to print statements
This commit is contained in:
parent
1041b07741
commit
6afece7b15
1 changed files with 3 additions and 1 deletions
|
@ -408,7 +408,9 @@ InstallOtherMethod(DirectProductOp,
|
|||
function (list, first)
|
||||
local n, item, i, jof, bigtable;
|
||||
n := Length(list);
|
||||
# Simple checks
|
||||
Print("Hi", n, "\n");
|
||||
# Simple checks
|
||||
Print("Ho", n=0, "\n");
|
||||
if n = 0 then
|
||||
Error("Usage: Cannot take DirectProduct of zero items.");
|
||||
fi;
|
||||
|
|
Loading…
Add table
Reference in a new issue