From ca744231b1c88f19721fcc344d74837e3f869caa Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 28 Apr 2020 16:46:17 +0200 Subject: [PATCH] Removes unused member istlSolver_ and method to get it from BlackoilModelEbos It is not used since quite some time and tends to confuse me. --- opm/simulators/flow/BlackoilModelEbos.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/opm/simulators/flow/BlackoilModelEbos.hpp b/opm/simulators/flow/BlackoilModelEbos.hpp index fd7303a9e..b580509c6 100644 --- a/opm/simulators/flow/BlackoilModelEbos.hpp +++ b/opm/simulators/flow/BlackoilModelEbos.hpp @@ -870,17 +870,10 @@ namespace Opm { } protected: - const ISTLSolverType& istlSolver() const - { - assert( istlSolver_ ); - return *istlSolver_; - } - // --------- Data members --------- Simulator& ebosSimulator_; const Grid& grid_; - const ISTLSolverType* istlSolver_; const PhaseUsage phaseUsage_; const bool has_disgas_; const bool has_vapoil_;