Project

General

Profile

set_verbose Subroutine

private subroutine set_verbose(this, value)

Arguments

Type IntentOptional AttributesName
class(vector_ref), intent(inout) :: this
logical , optional :: value

Source Code

    subroutine set_verbose(this, value)
        class(vector_ref), intent(inout) :: this
        logical, optional :: value
        if(present(value)) then
            this%verbose = value
        else
            this%verbose = .true.
        end if
    end subroutine set_verbose


© 2016
self was developed by
Documentation generated by FORD