functionObject: change default behavior of 'end()' to do nothing rather than calling execute and write
This commit is contained in:
parent
8c0718cb43
commit
4fda55b2ee
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ bool Foam::functionObject::read(const dictionary& dict)
|
|||
|
||||
bool Foam::functionObject::end()
|
||||
{
|
||||
return execute() && write();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue