get_verbose Function
private function get_verbose(this)
Arguments
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_ref), | intent(in) | :: | this |
Return Value logical
Source Code
logical function get_verbose(this)
class(vector_ref), intent(in) :: this
get_verbose = this%verbose
end function get_verbose