Destroy file.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(file_stl_object), | intent(inout) | :: | self | File STL. |
elemental subroutine destroy(self)
!< Destroy file.
class(file_stl_object), intent(inout) :: self !< File STL.
type(file_stl_object) :: fresh !< Fresh instance of file STL.
self = fresh
endsubroutine destroy