drop using statement for well_ecl_

rather qualify member variable with this->
This commit is contained in:
Arne Morten Kvarving
2021-09-06 12:58:16 +02:00
parent 874a7a3830
commit 79d8cf90fd
2 changed files with 9 additions and 10 deletions

View File

@@ -262,7 +262,6 @@ namespace Opm
protected:
// protected member variables from the Base class
using Base::well_ecl_;
using Base::param_;
using Base::well_efficiency_factor_;
using Base::perf_depth_;