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