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,6 +29,8 @@
|
|||||||
|
|
||||||
#include <opm/models/utils/parametersystem.hh>
|
#include <opm/models/utils/parametersystem.hh>
|
||||||
#include <opm/models/utils/propertysystem.hh>
|
#include <opm/models/utils/propertysystem.hh>
|
||||||
|
#include <opm/models/utils/basicproperties.hh>
|
||||||
|
|
||||||
|
|
||||||
#include <dune/common/fmatrix.hh>
|
#include <dune/common/fmatrix.hh>
|
||||||
#include <dune/istl/bcrsmatrix.hh>
|
#include <dune/istl/bcrsmatrix.hh>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ namespace Opm::Pybind {
|
|||||||
class BlackOilSimulator
|
class BlackOilSimulator
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
using FlowMainEbosType = Opm::FlowMainEbos<TTAG(EclFlowProblem)>;
|
using FlowMainEbosType = Opm::FlowMainEbos<Opm::Properties::TTag::EclFlowProblem>;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
BlackOilSimulator( const std::string &deckFilename);
|
BlackOilSimulator( const std::string &deckFilename);
|
||||||
|
|||||||
Reference in New Issue
Block a user