BUG: surfaceFieldValue with vectorWeights blocks in parallel (fixes #2129)
This commit is contained in:
parent
308af39136
commit
3b29395a66
@ -1,2 +1,2 @@
|
||||
api=2012
|
||||
patch=210414
|
||||
patch=210618
|
||||
|
@ -1263,7 +1263,7 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::write()
|
||||
|
||||
|
||||
// Process the fields
|
||||
if (vectorWeights.size())
|
||||
if (returnReduce(!vectorWeights.empty(), orOp<bool>()))
|
||||
{
|
||||
if (scalarWeights.size())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user