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