get_n_bath Function

private function get_n_bath(this)

Type Bound

aim

Arguments

Type IntentOptional Attributes Name
class(aim) :: this

Return Value integer


Contents

Source Code


Source Code

    integer function get_n_bath(this)
        class(aim) :: this

        get_n_bath = this%n_bath

    end function get_n_bath