mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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