col_filter_from_logical_array Function

public function col_filter_from_logical_array(bounds, logical_col) result(filter)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
logical, intent(in) :: logical_col(bounds%begc:)

Return Value type(filter_col_type)