mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move ebos/eclproblem.hh to opm/simulators/flow
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user