Removed unsused friend declaration.

This seemed to be a leftover from the approach taken
before the refactoring of the well code.
This commit is contained in:
Markus Blatt 2018-02-26 16:20:41 +01:00
parent 247241c037
commit 8aa0973cfc

View File

@ -61,14 +61,9 @@
namespace Opm {
template<typename TypeTag>
class BlackoilModelEbos;
/// Class for handling the blackoil well model.
template<typename TypeTag>
class BlackoilWellModel {
// Needs acces to wells_ecl_
friend class BlackoilModelEbos<TypeTag>;
public:
// --------- Types ---------
typedef WellStateFullyImplicitBlackoil WellState;