Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
f19b52db
Commit
f19b52db
authored
Mar 16, 2018
by
Andrew Heather
Browse files
COMP: Correction for clang
parent
3d66b926
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
View file @
f19b52db
...
...
@@ -69,7 +69,7 @@ timeVaryingMappedFixedValueFvPatchField
fieldTableName_
(
iF
.
name
()),
setAverage_
(
dict
.
lookupOrDefault
(
"setAverage"
,
false
)),
perturb_
(
dict
.
lookupOrDefault
(
"perturb"
,
1e-5
)),
pointsName_
(
dict
.
lookupOrDefault
(
"points"
,
"points"
)),
pointsName_
(
dict
.
lookupOrDefault
<
word
>
(
"points"
,
"points"
)),
mapMethod_
(
dict
.
lookupOrDefault
<
word
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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