mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unused function argument
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user