oops need to check first factor for being loop in DirectProductLoop.
This commit is contained in:
parent
143e51b801
commit
2dcde99549
@ -797,7 +797,7 @@ function( list, dummy )
|
||||
fi;
|
||||
group_list := [];
|
||||
quasigroup_list := list{[1]};
|
||||
are_all_loops := true;
|
||||
are_all_loops := IsLoop(list[1]);
|
||||
for i in [2..Length(list)] do
|
||||
if IsGroup(list[i]) then
|
||||
Add(group_list, list[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user