Skip to content

Commit

Permalink
Update grp/simple.gi
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
hulpke and fingolfin authored Mar 18, 2021
1 parent 02b55fa commit fbf4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grp/simple.gi
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ end);
BindGlobal("OuterAutoSimplePres",function(class,n,q)
local p,e,f,rels,gp;
class:=UppercaseString(class);
p:=Factors(q)[1];
p:=SmallestPrimeDivisor(q);
e:=LogInt(q,p);
if class="L" and n=2 then
f:=FreeGroup("d","f");
Expand Down

0 comments on commit fbf4730

Please sign in to comment.