Remove unused parameter warning

This commit is contained in:
Anders Matheson 2016-09-20 09:58:10 +02:00
parent afaa3c5669
commit c89b84eeed

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(),