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
Commits
3009367a
Commit
3009367a
authored
May 21, 2016
by
Henry Weller
Browse files
fvMeshFunctionObject: Improved log output
parent
447c8509
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fvMesh/fvMeshFunctionObject/fvMeshFunctionObject.C
View file @
3009367a
...
...
@@ -46,8 +46,8 @@ bool Foam::functionObjects::fvMeshFunctionObject::write(const word& fieldName)
{
const
regIOobject
&
field
=
mesh_
.
lookupObject
<
regIOobject
>
(
fieldName
);
Info
<<
type
()
<<
" "
<<
name
()
<<
" writing:"
<<
nl
<<
"
field "
<<
field
.
name
()
<<
nl
<<
endl
;
Info
<<
"functionObjects::"
<<
type
()
<<
" "
<<
name
()
<<
"
writing
field
:
"
<<
field
.
name
()
<<
endl
;
field
.
write
();
...
...
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