get_start_count_nonoptionals Subroutine

private subroutine get_start_count_nonoptionals(start_nonopt, count_nonopt, shape, start, count)

Arguments

Type IntentOptional Attributes Name
integer, intent(out), allocatable :: start_nonopt(:)
integer, intent(out), allocatable :: count_nonopt(:)
integer, intent(in) :: shape(:)
integer, intent(in), optional :: start(:)
integer, intent(in), optional :: count(:)