mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
parent
1c0c944311
commit
a7963d7877
@ -85,7 +85,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
class procedure TOrderingArrayUtils.Sortrange(var Arr:TArr; Start,Fin,d:SizeUInt);
|
class procedure TOrderingArrayUtils.Sortrange(var Arr:TArr; Start,Fin,d:SizeUInt);
|
||||||
var pivot,temp:Tvalue; i,j,k,l:SizeUInt;
|
var pivot,temp:Tvalue; i,j,k,l:SizeInt;
|
||||||
begin
|
begin
|
||||||
if (Fin-Start) <= InsertSortThreshold then
|
if (Fin-Start) <= InsertSortThreshold then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user