Merge pull request #2576 from blattms/remove-unused-code-blackoilmodelebos

Removes unused member istlSolver_ and method to get it from BlackoilM…
This commit is contained in:
Markus Blatt 2020-04-28 22:14:40 +02:00 committed by GitHub
commit 9b8887d39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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