Skip to content

Commit

Permalink
Update lib/matint.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 Aug 29, 2019
1 parent 7da83a9 commit 5b06915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matint.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ local n,zero,nv,new,pip,piv,i,v,p,w,g,nov,pin,now,rat,extra,clean,assign,try;
for try in [1..3] do
w:=List(new,x->x*x); # norm sort
SortParallel(w,new);
new:=Reversed(new);
SortBy(new, x -> - x*x);
i:=Length(new);
while i>0 do
v:=ShallowCopy(new[i]);
Expand Down

0 comments on commit 5b06915

Please sign in to comment.