ENH: runTimePostProcessing - added option to clear/remove objects after use

This commit is contained in:
Andrew Heather
2016-12-15 15:45:02 +00:00
parent 83dab87568
commit 4ff1c7dca4
18 changed files with 370 additions and 75 deletions

View File

@ -115,7 +115,13 @@ void Foam::functionObjects::runTimePostPro::text::updateActors
const scalar position
)
{
// do nothing - all handled by addGeometryToScene
// Do nothing - all handled by addGeometryToScene
}
bool Foam::functionObjects::runTimePostPro::text::clear()
{
return true;
}