mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removes superfluous wellMap_ member from WellStateFullyImplicitBlackoil.hpp
There is a using `BaseType::wellMap` directive that redirects all the well map accesses to the base class. In consequence the local wellMap_ is alway empty and just makes debugging harder. Therefore it is removed in this commit.
This commit is contained in:
parent
cfc1350717
commit
975ac0dc37
@ -180,7 +180,6 @@ namespace Opm
|
||||
private:
|
||||
std::vector<double> perfphaserates_;
|
||||
std::vector<int> current_controls_;
|
||||
WellMapType wellMap_;
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user