mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove one missed TTAG usage
also include header for the Scalar property definition
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Opm::Pybind {
|
||||
class BlackOilSimulator
|
||||
{
|
||||
private:
|
||||
using FlowMainEbosType = Opm::FlowMainEbos<TTAG(EclFlowProblem)>;
|
||||
using FlowMainEbosType = Opm::FlowMainEbos<Opm::Properties::TTag::EclFlowProblem>;
|
||||
|
||||
public:
|
||||
BlackOilSimulator( const std::string &deckFilename);
|
||||
|
||||
Reference in New Issue
Block a user