Suppress unused argument warning.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-11-05 07:51:21 +01:00
parent f16f4a2e98
commit 1c5e4e9ef3

View File

@ -35,7 +35,7 @@ namespace Opm
TimeStepControlInterface() {}
public:
/// \param state simulation state before computing update in the solver (default is empty)
virtual void initialize( const SimulatorState& state ) {}
virtual void initialize( const SimulatorState& /*state*/ ) {}
/// compute new time step size suggestions based on the PID controller
/// \param dt time step size used in the current step