array_index Subroutine

public subroutine array_index(offset_in, shape, index)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: offset_in
integer, intent(in) :: shape(:)
integer, intent(inout) :: index(:)