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:
Bård Skaflestad 2014-08-04 19:23:03 +02:00
parent 46c7ff53a2
commit 28c8898122

View File

@ -420,7 +420,7 @@ namespace Opm
template <class SatFuncSet> template <class SatFuncSet>
void SaturationPropsFromDeck<SatFuncSet>::swatInitScaling(const int cell, void SaturationPropsFromDeck<SatFuncSet>::swatInitScaling(const int cell,
const double pcow, const double pcow,
double & swat) double& swat)
{ {
if (phase_usage_.phase_used[BlackoilPhases::Aqua]) { if (phase_usage_.phase_used[BlackoilPhases::Aqua]) {
const double pc_low_threshold = 1.0e-8; const double pc_low_threshold = 1.0e-8;