Skip to content
Snippets Groups Projects
Commit 195b73e0 authored by Henry Weller's avatar Henry Weller
Browse files

functionObject: Call 'execute' then 'write' from the default 'end' function.

parent 76caf29e
Branches
Tags
No related merge requests found
......@@ -122,7 +122,7 @@ const Foam::word& Foam::functionObject::name() const
bool Foam::functionObject::end()
{
return execute();
return execute() && write();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment