mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Silence unused argument warning.
This commit is contained in:
@@ -92,9 +92,9 @@ namespace Opm
|
||||
template <class GridT>
|
||||
void SimulatorFullyImplicitBlackoilSolvent<GridT>::
|
||||
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")) {
|
||||
|
||||
Reference in New Issue
Block a user