mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
functionObject: Call 'execute' then 'write' from the default 'end' function.
This commit is contained in:
@ -122,7 +122,7 @@ const Foam::word& Foam::functionObject::name() const
|
||||
|
||||
bool Foam::functionObject::end()
|
||||
{
|
||||
return execute();
|
||||
return execute() && write();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user