mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
drop using statement for ipr_a_
rather qualify member variable with this->
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user