finalize Subroutine

private subroutine finalize(self)

Arguments

Type IntentOptional Attributes Name
type(xml_file), intent(inout) :: self

Source Code

   subroutine finalize(self)
   !< Free dynamic memory when finalizing.
   type(xml_file), intent(inout) :: self !< XML file.

   call self%free
   endsubroutine finalize