ENH: Function objects - ensure objects are up-to-date when writing

This commit is contained in:
Andrew Heather
2016-11-24 12:36:52 +00:00
parent 7734d7ffd7
commit fb78378959
2 changed files with 13 additions and 1 deletions

View File

@ -99,6 +99,9 @@ class timeControl
//- The functionObject to execute
autoPtr<functionObject> foPtr_;
//- Time index of the last execute call
label executeTimeIndex_;
// Private Member Functions