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