get_init_g_config Function

public function get_init_g_config()

Get the module level config instance

Arguments

None

Return Value type(init_g_config_type)


Contents

Source Code


Source Code

  function get_init_g_config()
    type(init_g_config_type) :: get_init_g_config
    get_init_g_config = init_g_config
  end function get_init_g_config