mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -06:00
Fix a few warnings.
This commit is contained in:
parent
496c32d2a6
commit
2bec485184
@ -322,10 +322,10 @@ namespace Opm
|
||||
} // namespace SimFIBODetails
|
||||
|
||||
template <class Implementation>
|
||||
void SimulatorBase<Implementation>::handleAdditionalWellInflow(SimulatorTimer& timer,
|
||||
WellsManager& wells_manager,
|
||||
WellState& well_state,
|
||||
const Wells* wells)
|
||||
void SimulatorBase<Implementation>::handleAdditionalWellInflow(SimulatorTimer& /* timer */,
|
||||
WellsManager& /* wells_manager */,
|
||||
WellState& /* well_state */,
|
||||
const Wells* /* wells */)
|
||||
{ }
|
||||
|
||||
template <class Implementation>
|
||||
|
Loading…
Reference in New Issue
Block a user