10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00
This commit is contained in:
Anthony Scemama 2017-04-19 16:38:05 +02:00
parent b12e898b11
commit 225afd19e6

View File

@ -206,7 +206,7 @@ BEGIN_TEMPLATE
if (isize == n) then
return
endif
if ( isize < 64+n) then
if ( isize < 32+n) then
call insertion_$Xsort(x,iorder,isize)
else
call heap_$Xsort(x,iorder,isize)