Skip to content

Commit

Permalink
Fixes #707
Browse files Browse the repository at this point in the history
  • Loading branch information
hungaborhorvath committed Apr 2, 2016
1 parent 1059ab2 commit 8b97d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ InstallMethod( HallSubgroupOp,
for p in pi do
AddSet(smallpi, p);
S := ClosureSubgroupNC(S, SylowSubgroup(G, p));
SetHallSubgroup(G, smallpi, S);
SetHallSubgroup(G, ShallowCopy(smallpi), S);
od;
return S;
end );
Expand Down

0 comments on commit 8b97d43

Please sign in to comment.