mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
MSW: drop unused method
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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>::
|
||||
|
||||
Reference in New Issue
Block a user