mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObject: change default behavior of 'end()' to do nothing rather than calling execute and write
This commit is contained in:
@ -136,7 +136,7 @@ bool Foam::functionObject::read(const dictionary& dict)
|
||||
|
||||
bool Foam::functionObject::end()
|
||||
{
|
||||
return execute() && write();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user