mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
commit
9b8887d39f
@ -870,17 +870,10 @@ namespace Opm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const ISTLSolverType& istlSolver() const
|
|
||||||
{
|
|
||||||
assert( istlSolver_ );
|
|
||||||
return *istlSolver_;
|
|
||||||
}
|
|
||||||
|
|
||||||
// --------- Data members ---------
|
// --------- Data members ---------
|
||||||
|
|
||||||
Simulator& ebosSimulator_;
|
Simulator& ebosSimulator_;
|
||||||
const Grid& grid_;
|
const Grid& grid_;
|
||||||
const ISTLSolverType* istlSolver_;
|
|
||||||
const PhaseUsage phaseUsage_;
|
const PhaseUsage phaseUsage_;
|
||||||
const bool has_disgas_;
|
const bool has_disgas_;
|
||||||
const bool has_vapoil_;
|
const bool has_vapoil_;
|
||||||
|
Loading…
Reference in New Issue
Block a user