Skip to content

Commit

Permalink
Replace IsomorphismGroup by IsomorphismPcGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hungaborhorvath committed Nov 4, 2016
1 parent 279c05e commit 6a325c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grppcatr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ function( G )
Error("number of maximal normal subgroups is infinity");
else
# convert it to an abelian PcGroup with same invariants
Gf := AbelianGroup(IsPcGroup, AbInv);
hom := IsomorphismGroups(G, Gf);
hom := IsomorphismPcGroup(G);
Gf := Image(hom);
# for abelian groups all maximal normal subgroup are also
# normal maximal subgroups and vice-versa
MaxGf := NormalMaximalSubgroups(Gf);
Expand Down

0 comments on commit 6a325c0

Please sign in to comment.