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