Free dynamic memory.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xml_file), | intent(inout) | :: | self |
XML file. |
elemental subroutine free(self) !< Free dynamic memory. class(xml_file), intent(inout) :: self !< XML file. if (allocated(self%tag)) then call self%tag%free deallocate(self%tag) endif self%nt = 0_I4P endsubroutine free