Silence unused argument warning.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-08-19 11:41:22 +02:00
parent f526c02d3c
commit 6e1bb5de0e

View File

@@ -92,9 +92,9 @@ namespace Opm
template <class GridT>
void SimulatorFullyImplicitBlackoilSolvent<GridT>::
handleAdditionalWellInflow(SimulatorTimer& timer,
WellsManager& wells_manager,
typename BaseType::WellState& well_state,
const Wells* wells)
WellsManager& /*wells_manager*/,
typename BaseType::WellState& well_state,
const Wells* wells)
{
// compute solvent inflow
if (deck_->hasKeyword("WSOLVENT")) {