Skip to content

Commit

Permalink
fix bug in NewmanInfinityCriterion trying to modify result of PCentra…
Browse files Browse the repository at this point in the history
…lSeries
  • Loading branch information
bh11 committed Apr 8, 2016
1 parent 5434201 commit c8852da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grpfp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@ local GO,q,d,e,b,r,val,agemo,ngens;
q:=PQuotient(G,p,2,ngens);
until q<>fail;
q:=Image(EpimorphismQuotientSystem(q));
q:=PCentralSeries(q,p);
q:=ShallowCopy(PCentralSeries(q,p));
if Length(q)=1 then
Error("Trivial <p> quotient");
fi;
Expand Down

0 comments on commit c8852da

Please sign in to comment.