Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(xml_writer_appended), | intent(inout) | :: | self |
subroutine close_scratch_file(self)
!< Close scratch file.
class(xml_writer_appended), intent(inout) :: self !< Writer.
close(unit=self%scratch, iostat=self%error)
endsubroutine close_scratch_file