Clear (unset) all status bits.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_status_type), | intent(inout) | :: | me |
Status type to initialize. |
subroutine tem_status_clear(me)
! --------------------------------------------------------------------------!
!> Status type to initialize.
type(tem_status_type), intent(inout) :: me
! --------------------------------------------------------------------------!
me%bits = .false.
end subroutine tem_status_clear