mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move AdaptiveTimeStepping parameters to TypeTag-free parameter system
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
namespace Opm::Properties {
|
||||
namespace TTag {
|
||||
struct TestRestartTypeTag {
|
||||
using InheritsFrom = std::tuple<TestTypeTag, FlowTimeSteppingParameters>;
|
||||
using InheritsFrom = std::tuple<TestTypeTag>;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -72,8 +72,7 @@ namespace TTag {
|
||||
|
||||
|
||||
struct TestEquilTypeTag {
|
||||
using InheritsFrom = std::tuple<FlowTimeSteppingParameters,
|
||||
FlowBaseProblem,
|
||||
using InheritsFrom = std::tuple<FlowBaseProblem,
|
||||
BlackOilModel>;
|
||||
};
|
||||
struct TestEquilVapwatTypeTag {
|
||||
|
||||
Reference in New Issue
Block a user