Remove irrelevant private functions

This commit is contained in:
Joakim Hove
2021-10-01 08:34:27 +02:00
parent 38d327b447
commit 2f94f0436b
2 changed files with 0 additions and 14 deletions

View File

@@ -896,17 +896,7 @@ bool WellState::wellIsOwned(const std::string& wellName) const
return wellIsOwned(well_index.value(), wellName);
}
int WellState::numSegments(const int well_id) const
{
const auto& ws = this->well(well_id);
return ws.segments.size();
}
int WellState::segmentNumber(const int well_id, const int seg_id) const
{
const auto& ws = this->well(well_id);
return ws.segments.segment_number()[seg_id];
}
void WellState::updateWellsDefaultALQ( const std::vector<Well>& wells_ecl )
{

View File

@@ -278,10 +278,6 @@ private:
const int seg_ix,
const int seg_no) const;
int numSegments(const int well_id) const;
int segmentNumber(const int well_id, const int seg_id) const;
// If the ALQ has changed since the previous report step,
// reset current_alq and update default_alq. ALQ is used for
// constant lift gas injection and for gas lift optimization