COMP: dynamicCode: add missing default constructor
Used copy constructor for dictionary. Probably not necessary.
This commit is contained in:
@ -144,7 +144,8 @@ ${typeName}FixedValueFvPatch${FieldType}
|
||||
const ${typeName}FixedValueFvPatch${FieldType}& rhs
|
||||
)
|
||||
:
|
||||
parent_bctype(rhs)
|
||||
parent_bctype(rhs),
|
||||
dictionaryContent(rhs)
|
||||
{
|
||||
if (${verbose:-false})
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user