BUG: timeControlFunctionObject swallows dictionary modifications (closes #716)
- runTimeModifiable change to the dictionary not being propagated to the underlying functionObjects
This commit is contained in:
@ -193,7 +193,8 @@ bool Foam::functionObjects::timeControl::read
|
||||
executeControl_.read(dict);
|
||||
readControls();
|
||||
|
||||
return true;
|
||||
// Forward to underlying function object
|
||||
return foPtr_->read(dict);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user