mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop.mol
CONFIG: set API level to 2106 in ramp-up for release
This commit is contained in:
@ -1250,7 +1250,7 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::write()
|
||||
|
||||
|
||||
// Process the fields
|
||||
if (vectorWeights.size())
|
||||
if (returnReduce(!vectorWeights.empty(), orOp<bool>()))
|
||||
{
|
||||
if (scalarWeights.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user