mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Add missing braces
This commit is contained in:
@@ -672,7 +672,7 @@ std::vector<RigFlowDiagSolverInterface::RelPermCurve> RigFlowDiagSolverInterface
|
||||
|
||||
// Calculate and return curves both with and without endpoint scaling and tag them accordingly
|
||||
// Must use two calls to achieve this
|
||||
const std::array<RelPermCurve::EpsMode, 2> epsModeArr = { RelPermCurve::EPS_ON , RelPermCurve::EPS_OFF };
|
||||
const std::array<RelPermCurve::EpsMode, 2> epsModeArr = { {RelPermCurve::EPS_ON , RelPermCurve::EPS_OFF} };
|
||||
for (RelPermCurve::EpsMode epsMode : epsModeArr)
|
||||
{
|
||||
const bool useEps = epsMode == RelPermCurve::EPS_ON ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user