mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Squash warnings by removing or commenting out unused parameters.
This commit is contained in:
parent
e037142b01
commit
e6e2c9a330
@ -243,9 +243,9 @@ namespace Opm
|
||||
/// \param[in] cell Cell index.
|
||||
/// \param[in] pcow P_oil - P_water.
|
||||
/// \param[in/out] swat Water saturation. / Possibly modified Water saturation.
|
||||
void BlackoilPropertiesBasic::swatInitScaling(const int cell,
|
||||
const double pcow,
|
||||
double & swat)
|
||||
void BlackoilPropertiesBasic::swatInitScaling(const int /*cell*/,
|
||||
const double /*pcow*/,
|
||||
double& /*swat*/)
|
||||
{
|
||||
OPM_THROW(std::runtime_error, "BlackoilPropertiesBasic::swatInitScaling() -- not implemented.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user