We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbd4d1 commit 5dd3a7eCopy full SHA for 5dd3a7e
src/stdlib_selection.f90
@@ -6,7 +6,7 @@ module stdlib_selection
6
!! ([Specification](../page/specs/stdlib_selection.html))
7
!
8
! This code was modified from the "Coretran" implementation "quickSelect" by
9
-! Leon Foks, https://github.com/leonfoks/coretran/tree/master/src/sorting
+! Leon Foks, https://github.com/leonfoks/coretran/tree/HEAD/src/sorting
10
11
! Leon Foks gave permission to release this code under stdlib's MIT license.
12
! (https://github.com/fortran-lang/stdlib/pull/500#commitcomment-57418593)
0 commit comments