OGS
createStorageModel.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <memory>
16
17namespace BaseLib
18{
19class ConfigTree;
20}
21
22namespace MaterialLib
23{
24namespace PorousMedium
25{
26class Storage;
30std::unique_ptr<Storage> createStorageModel(BaseLib::ConfigTree const& config);
31
32} // end namespace
33} // namespace MaterialLib
std::unique_ptr< Storage > createStorageModel(BaseLib::ConfigTree const &config)