move ebos/eclproblem.hh to opm/simulators/flow

This commit is contained in:
Arne Morten Kvarving
2024-02-05 19:22:15 +01:00
parent 6f5d53b20b
commit fb7c4f6fd2
10 changed files with 29 additions and 31 deletions

View File

@@ -55,7 +55,7 @@
namespace Opm {
template <class TypeTag>
class EclProblem;
class FlowProblem;
}
namespace Opm::Properties {
@@ -141,7 +141,7 @@ struct ExplicitRockCompaction {
// Set the problem property
template<class TypeTag>
struct Problem<TypeTag, TTag::FlowBaseProblem> {
using type = EclProblem<TypeTag>;
using type = FlowProblem<TypeTag>;
};
template<class TypeTag>