mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: surfaceFieldValue with vectorWeights blocks in parallel (fixes #2129)
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
api=2012
|
api=2012
|
||||||
patch=210414
|
patch=210618
|
||||||
|
|||||||
@ -1263,7 +1263,7 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::write()
|
|||||||
|
|
||||||
|
|
||||||
// Process the fields
|
// Process the fields
|
||||||
if (vectorWeights.size())
|
if (returnReduce(!vectorWeights.empty(), orOp<bool>()))
|
||||||
{
|
{
|
||||||
if (scalarWeights.size())
|
if (scalarWeights.size())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user