sort_i64_a_i64_d Subroutine

private pure subroutine sort_i64_a_i64_d(arr, arr2, arr3, nskip, par)

a is the pivot value

Arguments

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

Contents