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