MSW: drop unused method

This commit is contained in:
Arne Morten Kvarving 2021-06-05 22:58:57 +02:00
parent f28ff9e450
commit 62bee530cb
2 changed files with 0 additions and 14 deletions

View File

@ -199,8 +199,6 @@ namespace Opm
/// int number_of_segments_;
int numberOfSegments() const;
int numberOfPerforations() const;
virtual std::vector<double> computeCurrentWellRates(const Simulator& ebosSimulator,
DeferredLogger& deferred_logger) const override;

View File

@ -1096,18 +1096,6 @@ namespace Opm
template <typename TypeTag>
int
MultisegmentWell<TypeTag>::
numberOfPerforations() const
{
return segmentSet().number_of_perforations_;
}
template <typename TypeTag>
WellSegments::CompPressureDrop
MultisegmentWell<TypeTag>::