STYLE: cellSourceTemplates: line length

This commit is contained in:
mattijs
2015-11-12 11:02:23 +00:00
parent cb358dc5ee
commit 6ab06c57e2

View File

@ -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
{