From 6e1bb5de0e4846b299c0d519892a57be713de51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 19 Aug 2015 11:41:22 +0200 Subject: [PATCH] Silence unused argument warning. --- opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp b/opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp index 8bdda986c..038b02579 100644 --- a/opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp +++ b/opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp @@ -92,9 +92,9 @@ namespace Opm template void SimulatorFullyImplicitBlackoilSolvent:: 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")) {