mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Suppress unused argument warning.
This commit is contained in:
parent
f16f4a2e98
commit
1c5e4e9ef3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user