mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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
46c7ff53a2
commit
28c8898122
@ -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