OGS
CreateSaturationLiakopoulos.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <memory>
14
15namespace BaseLib
16{
17class ConfigTree;
18}
19
20namespace MaterialPropertyLib
21{
22class SaturationLiakopoulos;
23}
24
25namespace MaterialPropertyLib
26{
27std::unique_ptr<SaturationLiakopoulos> createSaturationLiakopoulos(
28 BaseLib::ConfigTree const& config);
29} // namespace MaterialPropertyLib
std::unique_ptr< SaturationLiakopoulos > createSaturationLiakopoulos(BaseLib::ConfigTree const &config)