drop using statement for well_index_

rather qualify member variable with this->
This commit is contained in:
Arne Morten Kvarving
2021-09-06 12:58:16 +02:00
parent aaf216a29a
commit 10b756d08c
2 changed files with 7 additions and 8 deletions

View File

@@ -262,7 +262,6 @@ namespace Opm
protected:
// protected member variables from the Base class
using Base::well_index_;
using Base::index_of_well_;
using Base::num_components_;
using Base::connectionRates_;