Check if mask is initialized
@param[in] this The boolean mask instance @return is_init True if initialized
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(boolean_mask), | intent(in) | :: | this |
pure function mask_is_initialized(this) result(is_init) class(boolean_mask), intent(in) :: this logical :: is_init is_init = this % initialized end function mask_is_initialized