mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename TTag::EclFlowProblemTPFA to TTag::FlowProblemTPFA
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
using FlowMainType = FlowMain<Properties::TTag::EclFlowProblemTPFA>;
|
||||
using FlowMainType = FlowMain<Properties::TTag::FlowProblemTPFA>;
|
||||
// To be called from the Python interface code. Only do the
|
||||
// initialization and then return a pointer to the FlowEbosMain
|
||||
// object that can later be accessed directly from the Python interface
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace Opm::Pybind {
|
||||
class PyBlackOilSimulator
|
||||
{
|
||||
private:
|
||||
using TypeTag = Opm::Properties::TTag::EclFlowProblemTPFA;
|
||||
using TypeTag = Opm::Properties::TTag::FlowProblemTPFA;
|
||||
using Simulator = Opm::GetPropType<TypeTag, Opm::Properties::Simulator>;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user