Skip to content

Commit f465827

Browse files
committed
remove dependency sort
1 parent c93bc14 commit f465827

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/stdlib_stats_median.fypp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ submodule (stdlib_stats) stdlib_stats_median
77
use, intrinsic:: ieee_arithmetic, only: ieee_value, ieee_quiet_nan, ieee_is_nan
88
use stdlib_error, only: error_stop
99
use stdlib_optval, only: optval
10-
! Use "ord_sort" rather than "sort" because the former can be much faster for arrays
11-
! that are already partly sorted. While it is slightly slower for random arrays,
12-
! ord_sort seems a better overall choice.
13-
use stdlib_sorting, only: sort => ord_sort
1410
use stdlib_selection, only: select
1511
implicit none
1612

0 commit comments

Comments
 (0)