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:
Mark Olesen
2021-06-18 17:17:11 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -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())
{