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:
commit
521a9e4dd6
@ -1,2 +1,2 @@
|
||||
api=2103
|
||||
patch=210414
|
||||
api=2106
|
||||
patch=0
|
||||
|
@ -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())
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
#-------------------------------*- makefile -*---------------------------------
|
||||
WM_VERSION = OPENFOAM=2103
|
||||
WM_VERSION = OPENFOAM=2106
|
||||
|
||||
AR = ar
|
||||
ARFLAGS = cr
|
||||
|
Loading…
Reference in New Issue
Block a user