close_config_file Subroutine

private subroutine close_config_file(me)

Open the file.

Type Bound

config_file

Arguments

Type IntentOptional Attributes Name
class(config_file), intent(inout) :: me

Calls

proc~~close_config_file~~CallsGraph proc~close_config_file config_file%close_config_file destroy destroy proc~close_config_file->destroy

Source Code

    subroutine close_config_file(me)

    class(config_file),intent(inout) :: me

    call me%json%destroy()

    end subroutine close_config_file