From f4f5fa3a5d1b88b7bfd9fde3cc5da9840a26fa30 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 28 Aug 2020 10:44:10 +0200 Subject: [PATCH] changed: remove one missed TTAG usage also include header for the Scalar property definition --- opm/simulators/flow/NonlinearSolverEbos.hpp | 2 ++ opm/simulators/flow/python/simulators.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/opm/simulators/flow/NonlinearSolverEbos.hpp b/opm/simulators/flow/NonlinearSolverEbos.hpp index d7415501d..53685dee0 100644 --- a/opm/simulators/flow/NonlinearSolverEbos.hpp +++ b/opm/simulators/flow/NonlinearSolverEbos.hpp @@ -29,6 +29,8 @@ #include #include +#include + #include #include diff --git a/opm/simulators/flow/python/simulators.hpp b/opm/simulators/flow/python/simulators.hpp index baeeac12a..766f368ab 100644 --- a/opm/simulators/flow/python/simulators.hpp +++ b/opm/simulators/flow/python/simulators.hpp @@ -29,7 +29,7 @@ namespace Opm::Pybind { class BlackOilSimulator { private: - using FlowMainEbosType = Opm::FlowMainEbos; + using FlowMainEbosType = Opm::FlowMainEbos; public: BlackOilSimulator( const std::string &deckFilename);