mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: codedFunctionObject: missing dictionary assignment
This commit is contained in:
@ -129,7 +129,8 @@ Foam::codedFunctionObject::codedFunctionObject
|
||||
:
|
||||
functionObject(name),
|
||||
codedBase(),
|
||||
time_(time)
|
||||
time_(time),
|
||||
dict_(dict)
|
||||
{
|
||||
if (readNow)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user