Skip to content

Commit

Permalink
Merge pull request #708 from hungaborhorvath/SylowHallFix
Browse files Browse the repository at this point in the history
Fixes #707
  • Loading branch information
markuspf committed Apr 8, 2016
2 parents a04b0d9 + e4254dd commit 3deeeac
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 3deeeac

Please sign in to comment.