get_global_settings Subroutine

public subroutine get_global_settings(global_settings, error)

Obtain global settings from the global config file.

Arguments

Type IntentOptional Attributes Name
type(fpm_global_settings), intent(inout) :: global_settings

Global settings to be obtained.

type(error_t), intent(out), allocatable :: error

Error reading config file.