Remove unused parameter warning

This commit is contained in:
Anders Matheson 2016-09-20 09:58:10 +02:00
parent 4186a37563
commit 18a5c0b748

View File

@ -213,7 +213,7 @@ namespace Opm
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 */ },
this->bhp(),