sort_int Subroutine

private pure subroutine sort_int(arr, nskip, par)

a is the pivot value

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(inout) :: arr(:)
integer, intent(in), optional :: nskip
integer, intent(out), optional :: par

Contents