Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(column), | intent(in) | :: | this |
pure function get_from_col_logical(this) result(col) class(column), intent(in) :: this logical, dimension(this % n) :: col if (this % dtype /= LOGICAL_NUM) error stop 'column is not of type logical' col = this % lcol end function get_from_col_logical