From c2b96e5d780856cf57bc00e83e4829b818378035 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 12 Nov 2015 11:02:23 +0000 Subject: [PATCH] STYLE: cellSourceTemplates: line length --- .../field/fieldValues/cellSource/cellSourceTemplates.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C index 2cdc0b5195..f6f67d55e6 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation - \\/ M anipulation | + \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -107,7 +107,8 @@ Type Foam::fieldValues::cellSource::processValues if (wSize > 0) { - result = gSum(weightField*values)/(gSum(weightField) + ROOTVSMALL); + result = + gSum(weightField*values)/(gSum(weightField) + ROOTVSMALL); } else { -- GitLab