get_fields_config Function

public function get_fields_config()

Get the module level config instance

Arguments

None

Return Value type(fields_config_type)


Contents

Source Code


Source Code

  function get_fields_config()
    type(fields_config_type) :: get_fields_config
    get_fields_config = fields_config
  end function get_fields_config