Skip to content
GitLab
Menu
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
195b73e0
Commit
195b73e0
authored
May 17, 2016
by
Henry Weller
Browse files
functionObject: Call 'execute' then 'write' from the default 'end' function.
parent
76caf29e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/functionObjects/functionObject/functionObject.C
View file @
195b73e0
...
...
@@ -122,7 +122,7 @@ const Foam::word& Foam::functionObject::name() const
bool
Foam
::
functionObject
::
end
()
{
return
execute
();
return
execute
()
&&
write
()
;
}
...
...
Write
Preview
Supports
Markdown
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