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
25e0a41e
Commit
25e0a41e
authored
Nov 26, 2016
by
Henry Weller
Browse files
functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus
Writing is controlled directly by the functionObject
parent
6a26ac85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/functionObjects/field/yPlus/yPlus.C
View file @
25e0a41e
...
...
@@ -133,7 +133,7 @@ Foam::functionObjects::yPlus::yPlus
mesh_
.
time
().
timeName
(),
mesh_
,
IOobject
::
NO_READ
,
IOobject
::
AUT
O_WRITE
IOobject
::
N
O_WRITE
),
mesh_
,
dimensionedScalar
(
"0"
,
dimless
,
0
.
0
)
...
...
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