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