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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user