From 28c88981227034a173f8ce3a3344359ec04a098d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 4 Aug 2014 19:23:03 +0200 Subject: [PATCH] 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 --- opm/core/props/satfunc/SaturationPropsFromDeck_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/props/satfunc/SaturationPropsFromDeck_impl.hpp b/opm/core/props/satfunc/SaturationPropsFromDeck_impl.hpp index 414ff031d..64cb7eaa0 100644 --- a/opm/core/props/satfunc/SaturationPropsFromDeck_impl.hpp +++ b/opm/core/props/satfunc/SaturationPropsFromDeck_impl.hpp @@ -420,7 +420,7 @@ namespace Opm template void SaturationPropsFromDeck::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;