mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 21:50:27 -06:00
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:
parent
02923a6dee
commit
ca744231b1
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user