sort_c_c_c Subroutine

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

a is the pivot value

Arguments

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

Contents