Skip to content
Snippets Groups Projects
Commit 1b5de71f authored by mattijs's avatar mattijs
Browse files

BUG: codedFixedValue: oldTypeName_ not preserved.

parent b50eb389
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ codedFixedValueFvPatchScalarField
fixedValueFvPatchField<scalar>(ptf, p, iF, mapper),
dict_(ptf.dict_),
redirectType_(ptf.redirectType_),
oldLibPath_(),
oldLibPath_(ptf.oldLibPath_),
redirectPatchFieldPtr_()
{}
......@@ -384,7 +384,7 @@ codedFixedValueFvPatchScalarField
fixedValueFvPatchField<scalar>(ptf),
dict_(ptf.dict_),
redirectType_(ptf.redirectType_),
oldLibPath_(),
oldLibPath_(ptf.oldLibPath_),
redirectPatchFieldPtr_()
{}
......@@ -399,7 +399,7 @@ codedFixedValueFvPatchScalarField
fixedValueFvPatchField<scalar>(ptf, iF),
dict_(ptf.dict_),
redirectType_(ptf.redirectType_),
oldLibPath_(),
oldLibPath_(ptf.oldLibPath_),
redirectPatchFieldPtr_()
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment