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;
|
fi;
|
||||||
group_list := [];
|
group_list := [];
|
||||||
quasigroup_list := list{[1]};
|
quasigroup_list := list{[1]};
|
||||||
are_all_loops := true;
|
are_all_loops := IsLoop(list[1]);
|
||||||
for i in [2..Length(list)] do
|
for i in [2..Length(list)] do
|
||||||
if IsGroup(list[i]) then
|
if IsGroup(list[i]) then
|
||||||
Add(group_list, list[i]);
|
Add(group_list, list[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user