mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 20:43:49 -06:00
drop using statement for flowPhaseToEbosCompIdx
rather qualify member function calls with this->
This commit is contained in:
parent
48e282bd65
commit
35cc1b9a2a
@ -262,7 +262,6 @@ namespace Opm
|
||||
|
||||
protected:
|
||||
// protected functions from the Base class
|
||||
using Base::flowPhaseToEbosCompIdx;
|
||||
using Base::flowPhaseToEbosPhaseIdx;
|
||||
using Base::ebosCompIdxToFlowCompIdx;
|
||||
using Base::wsalt;
|
||||
|
@ -2451,7 +2451,7 @@ namespace Opm
|
||||
// Note: E100's notion of PI value phase mobility includes
|
||||
// the reciprocal FVF.
|
||||
const auto connMob =
|
||||
mobility[ flowPhaseToEbosCompIdx(p) ].value()
|
||||
mobility[ this->flowPhaseToEbosCompIdx(p) ].value()
|
||||
* fs.invB(flowPhaseToEbosPhaseIdx(p)).value();
|
||||
|
||||
connPI[p] = connPICalc(connMob);
|
||||
|
Loading…
Reference in New Issue
Block a user