drop using statement for ipr_a_

rather qualify member variable with this->
This commit is contained in:
Arne Morten Kvarving
2021-09-06 12:58:16 +02:00
parent ad39dbdaf0
commit 870cb04e68
2 changed files with 5 additions and 6 deletions

View File

@@ -263,7 +263,6 @@ namespace Opm
protected:
// protected member variables from the Base class
using Base::ipr_a_;
using Base::ipr_b_;
Eval getPerfCellPressure(const FluidState& fs) const;