find_index Subroutine

public subroutine find_index(index_in, mask)

Type bound procedure that finds and pack all the array indices according to the given mask

Arguments

Type IntentOptional AttributesName
class(index_array), intent(inout) :: index_in
logical, intent(in) :: mask(:)

Contents

None