Initialize time.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(time_object), | intent(inout) | :: | self | Time object. |
elemental subroutine initialize(self)
!< Initialize time.
class(time_object), intent(inout) :: self !< Time object.
call self%destroy
endsubroutine initialize