drop using statement for perf_length_

rather qualify member variable with this->
This commit is contained in:
Arne Morten Kvarving
2021-09-06 12:58:16 +02:00
parent 475bea085c
commit 001d69c17b
2 changed files with 3 additions and 4 deletions

View File

@@ -263,7 +263,6 @@ namespace Opm
protected:
// protected member variables from the Base class
using Base::perf_length_;
using Base::bore_diameters_;
using Base::ipr_a_;
using Base::ipr_b_;