Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
521a9e4d
Commit
521a9e4d
authored
Jun 18, 2021
by
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
META-INFO/api-info
View file @
521a9e4d
api=210
3
patch=
210414
api=210
6
patch=
0
src/functionObjects/field/fieldValues/surfaceFieldValue/surfaceFieldValue.C
View file @
521a9e4d
...
...
@@ -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
())
{
...
...
wmake/rules/General/general
View file @
521a9e4d
#-------------------------------*- makefile -*---------------------------------
WM_VERSION
=
OPENFOAM
=
210
3
WM_VERSION
=
OPENFOAM
=
210
6
AR
=
ar
ARFLAGS
=
cr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment