Removes unused member istlSolver_ and method to get it from BlackoilModelEbos

It is not used since quite some time and tends to confuse me.
This commit is contained in:
Markus Blatt 2020-04-28 16:46:17 +02:00
parent 02923a6dee
commit ca744231b1

View File

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