Remove unused parameter warning
This commit is contained in:
parent
4186a37563
commit
18a5c0b748
@ -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