rename EclBaseProblem to FlowBaseProblem

This commit is contained in:
Arne Morten Kvarving
2024-02-06 09:15:07 +01:00
parent 57905c1069
commit 7b49bcb09e
4 changed files with 76 additions and 76 deletions

View File

@@ -76,7 +76,7 @@ namespace Opm::Properties {
namespace TTag {
struct FlowProblem {
using InheritsFrom = std::tuple<FlowTimeSteppingParameters, FlowModelParameters,
FlowNonLinearSolver, EclBaseProblem, BlackOilModel>;
FlowNonLinearSolver, FlowBaseProblem, BlackOilModel>;
};
}
template<class TypeTag>