quell unused parameter warning

This commit is contained in:
Arne Morten Kvarving 2019-10-18 12:15:12 +02:00 committed by Tor Harald Sandve
parent 33dee9f7f8
commit 17a6861f09

View File

@ -683,7 +683,7 @@ namespace Opm
MultisegmentWell<TypeTag>::
computeWellRatesWithBhpPotential(const Simulator& ebosSimulator,
const std::vector<Scalar>& B_avg,
const double& bhp,
const double& bhp OPM_UNUSED,
std::vector<double>& well_flux,
Opm::DeferredLogger& deferred_logger)
{