Finalize the dictionary.
Wrapper for destroy
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dictionary), | intent(inout) | :: | self | The dictionary. |
elemental subroutine finalize(self)
!---------------------------------------------------------------------------------------------------------------------------------
!< Finalize the dictionary.
!<
!< Wrapper for [[dictionary:destroy]]
!---------------------------------------------------------------------------------------------------------------------------------
type(dictionary), intent(inout) :: self !< The dictionary.
!---------------------------------------------------------------------------------------------------------------------------------
!---------------------------------------------------------------------------------------------------------------------------------
call self%destroy
!---------------------------------------------------------------------------------------------------------------------------------
endsubroutine finalize