oops need to check first factor for being loop in DirectProductLoop.

This commit is contained in:
Glen Whitney 2017-10-30 11:45:14 -04:00
parent 143e51b801
commit 2dcde99549
1 changed files with 1 additions and 1 deletions

View File

@ -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]);