mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unused parameter warning
This commit is contained in:
parent
afaa3c5669
commit
c89b84eeed
@ -213,7 +213,7 @@ namespace Opm
|
|||||||
return wellRates().size() / numWells();
|
return wellRates().size() / numWells();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual data::Wells report(const PhaseUsage &pu) const
|
virtual data::Wells report(const PhaseUsage&) const
|
||||||
{
|
{
|
||||||
return { { /* WellState offers no completion data, so that has to be added later */ },
|
return { { /* WellState offers no completion data, so that has to be added later */ },
|
||||||
this->bhp(),
|
this->bhp(),
|
||||||
|
Loading…
Reference in New Issue
Block a user