destory Subroutine

private subroutine destory(self)

关闭

Type Bound

logger

Arguments

Type IntentOptional Attributes Name
class(logger), intent(inout) :: self

Contents

Source Code


Source Code

    subroutine destory(self)
        class(logger), intent(inout) :: self

        close (self%unit)

    end subroutine destory