swatInitScaling(): Abide by OPM coding conventions
This commit attaches the reference-signifying ampersand to the type as is preferred in the OPM code base. Suggested by: [at] atgeirr
This commit is contained in:
parent
c047a6c9dc
commit
6b36dab2ee
@ -420,7 +420,7 @@ namespace Opm
|
||||
template <class SatFuncSet>
|
||||
void SaturationPropsFromDeck<SatFuncSet>::swatInitScaling(const int cell,
|
||||
const double pcow,
|
||||
double & swat)
|
||||
double& swat)
|
||||
{
|
||||
if (phase_usage_.phase_used[BlackoilPhases::Aqua]) {
|
||||
const double pc_low_threshold = 1.0e-8;
|
||||
|
Loading…
Reference in New Issue
Block a user