OGS
CreateSecondaryVariables.h
Go to the documentation of this file.
1
10
11#pragma once
12
13namespace BaseLib
14{
15class ConfigTree;
16}
17namespace ProcessLib
18{
20}
21
22namespace ProcessLib
23{
24void createSecondaryVariables(BaseLib::ConfigTree const& config,
25 SecondaryVariableCollection& secondary_variables);
26
27} // namespace ProcessLib
Handles configuration of several secondary variables from the project file.
void createSecondaryVariables(BaseLib::ConfigTree const &config, SecondaryVariableCollection &secondary_variables)