Skip to content

Commit

Permalink
Update lib/grplatt.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 Sep 18, 2021
1 parent 9fbc512 commit fcebc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grplatt.gi
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@ local divs,limit,mode,l,process,done,bound,maxer,prime;
for i in [2..Length(a)] do
if IndexNC(a[i-1],a[i])>m and
not HasAbelianFactorGroup(a[i-1],a[i]) then
m:=IndexNC(a[i-1],a[i])>m;
m:=Maximum(IndexNC(a[i-1],a[i]),m);
fi;
od;
# big (hope simple) bits
Expand Down

0 comments on commit fcebc00

Please sign in to comment.