Skip to content
Snippets Groups Projects
Commit 09639dc5 authored by mattijs's avatar mattijs
Browse files

BUG: codedFunctionObject: missing dictionary assignment

parent 6e08162f
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,8 @@ Foam::codedFunctionObject::codedFunctionObject ...@@ -129,7 +129,8 @@ Foam::codedFunctionObject::codedFunctionObject
: :
functionObject(name), functionObject(name),
codedBase(), codedBase(),
time_(time) time_(time),
dict_(dict)
{ {
if (readNow) if (readNow)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment