Skip to content

Commit

Permalink
Merge pull request #719 from bh11/NewmanInfinityCriterionBug
Browse files Browse the repository at this point in the history
fix bug in NewmanInfinityCriterion
  • Loading branch information
bh11 committed Apr 9, 2016
2 parents 5434201 + c8852da commit ec8c2d4
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 ec8c2d4

Please sign in to comment.