more print statements
This commit is contained in:
parent
6afece7b15
commit
3f203ef98d
@ -411,7 +411,9 @@ InstallOtherMethod(DirectProductOp,
|
||||
Print("Hi", n, "\n");
|
||||
# Simple checks
|
||||
Print("Ho", n=0, "\n");
|
||||
if n = 0 then
|
||||
Print("Ha", n<1, "\n");
|
||||
# Why does the following fail?
|
||||
if n < 1 then
|
||||
Error("Usage: Cannot take DirectProduct of zero items.");
|
||||
fi;
|
||||
# if n < 2 then
|
||||
|
Loading…
Reference in New Issue
Block a user