changed: remove one missed TTAG usage

also include header for the Scalar property definition
This commit is contained in:
Arne Morten Kvarving 2020-08-28 10:44:10 +02:00
parent 9a000c6d07
commit f4f5fa3a5d
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@
#include <opm/models/utils/parametersystem.hh>
#include <opm/models/utils/propertysystem.hh>
#include <opm/models/utils/basicproperties.hh>
#include <dune/common/fmatrix.hh>
#include <dune/istl/bcrsmatrix.hh>

View File

@ -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);