From 6ab06c57e297a509725b7c43aaa17d38eba3ca92 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 2cdc0b51950..f6f67d55e62 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