Skip to content
Snippets Groups Projects
Commit 553e3f84 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: timeControlFunctionObject swallows dictionary modifications (closes #716)

- runTimeModifiable change to the dictionary not being propagated to
  the underlying functionObjects
parent 701a3cc7
Branches
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment