This procedure deallocates nodes of tree_t
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tree_t), | intent(inout) | :: | self |
pure subroutine tree_graph__deallocate(self) implicit none class(tree_t), intent(inout) :: self deallocate(self%nodes) end subroutine tree_graph__deallocate