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:
Markus Blatt 2015-10-23 10:47:14 +02:00
parent cfc1350717
commit 975ac0dc37

View File

@ -180,7 +180,6 @@ namespace Opm
private:
std::vector<double> perfphaserates_;
std::vector<int> current_controls_;
WellMapType wellMap_;
};
} // namespace Opm