mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Revert "BUG: Contuation from commit ca0799cbc7 - updated cellSource"
This reverts commit b8c2cbaaec.
This commit is contained in:
@ -158,10 +158,11 @@ 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