From 279876e5fa2c166ea8eb122e5c116299e1ca57b1 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 20 May 2014 11:10:46 +0100 Subject: [PATCH] Formatting --- .../GGIInterpolationWeights.C | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C b/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C index f0aa15fc8..0a934c250 100644 --- a/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C +++ b/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C @@ -530,22 +530,22 @@ void GGIInterpolation::rescaleWeightingFactors() const scalar curMWC = 0; // Rescaling the slave weights - if(debug) - { - if - ( - uncoveredMasterFaces().size() > 0 - || uncoveredSlaveFaces().size() > 0 - ) - { - InfoIn - ( - "void GGIInterpolation::" - "rescaleWeightingFactors() const" - ) << "Uncovered faces found. On master: " - << uncoveredMasterFaces().size() - << " on slave: " << uncoveredSlaveFaces().size() << endl; - } + if (debug) + { + if + ( + uncoveredMasterFaces().size() > 0 + || uncoveredSlaveFaces().size() > 0 + ) + { + InfoIn + ( + "void GGIInterpolation::" + "rescaleWeightingFactors() const" + ) << "Uncovered faces found. On master: " + << uncoveredMasterFaces().size() + << " on slave: " << uncoveredSlaveFaces().size() << endl; + } } forAll (saW, saWi)