mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 15:44:49 -06:00
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:
parent
247241c037
commit
8aa0973cfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user