Skip to content
Snippets Groups Projects
Commit c2b96e5d authored by mattijs's avatar mattijs
Browse files

STYLE: cellSourceTemplates: line length

parent 0f02a0dc
Branches
Tags
1 merge request!5Feature function objects
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment