mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Contuation from commit ca0799cbc7 - updated cellSource
This commit is contained in:
@ -158,11 +158,10 @@ bool Foam::fieldValues::faceSource::writeValues(const word& fieldName)
|
||||
magSf = combineFields(magSf);
|
||||
weightField = combineFields(weightField);
|
||||
|
||||
Type result = processValues(values, magSf, weightField);
|
||||
|
||||
if (Pstream::master())
|
||||
{
|
||||
Type result = processValues(values, magSf, weightField);
|
||||
|
||||
if (valueOutput_)
|
||||
{
|
||||
IOField<Type>
|
||||
|
||||
Reference in New Issue
Block a user