functionObjects: Separated 'execute' and 'write' functions to simplify support for post-processing
This commit is contained in:
@ -110,7 +110,7 @@ const Foam::word& Foam::functionObject::name() const
|
||||
|
||||
bool Foam::functionObject::end()
|
||||
{
|
||||
return execute(false);
|
||||
return execute();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user