Destroy time.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(time_object), | intent(inout) | :: | self | Time object. |
elemental subroutine destroy(self)
!< Destroy time.
class(time_object), intent(inout) :: self !< Time object.
type(time_object) :: fresh !< Fresh instance of time object.
self = fresh
endsubroutine destroy