Skip to content
Snippets Groups Projects
Commit 521a9e4d authored by Mark OLESEN's avatar Mark OLESEN
Browse files

Merge remote-tracking branch 'origin/master' into develop.mol

CONFIG: set API level to 2106 in ramp-up for release
parents e2148b58 3b29395a
Branches
Tags
No related merge requests found
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())
{
......
#-------------------------------*- makefile -*---------------------------------
WM_VERSION = OPENFOAM=2103
WM_VERSION = OPENFOAM=2106
AR = ar
ARFLAGS = cr
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment