Remove unused function argument

This commit is contained in:
Joakim Hove
2021-10-01 08:34:58 +02:00
parent 2f94f0436b
commit 122678e5ea
2 changed files with 8 additions and 9 deletions

View File

@@ -273,8 +273,7 @@ private:
std::map<std::string, std::pair<bool, std::vector<double>>> well_rates;
data::Segment
reportSegmentResults(const PhaseUsage& pu,
const int well_id,
reportSegmentResults(const int well_id,
const int seg_ix,
const int seg_no) const;