sort_a_i64_custom Subroutine

private pure subroutine sort_a_i64_custom(arr, custom_lt, custom_gt, nskip, par)

a is the pivot value

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout) :: arr(:,:)
real :: custom_lt
real :: custom_gt
integer, intent(in), optional :: nskip
integer, intent(out), optional :: par

Contents