mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: codedFixedValue: oldTypeName_ not preserved.
This commit is contained in:
@ -352,7 +352,7 @@ codedFixedValueFvPatchScalarField
|
|||||||
fixedValueFvPatchField<scalar>(ptf, p, iF, mapper),
|
fixedValueFvPatchField<scalar>(ptf, p, iF, mapper),
|
||||||
dict_(ptf.dict_),
|
dict_(ptf.dict_),
|
||||||
redirectType_(ptf.redirectType_),
|
redirectType_(ptf.redirectType_),
|
||||||
oldLibPath_(),
|
oldLibPath_(ptf.oldLibPath_),
|
||||||
redirectPatchFieldPtr_()
|
redirectPatchFieldPtr_()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
@ -384,7 +384,7 @@ codedFixedValueFvPatchScalarField
|
|||||||
fixedValueFvPatchField<scalar>(ptf),
|
fixedValueFvPatchField<scalar>(ptf),
|
||||||
dict_(ptf.dict_),
|
dict_(ptf.dict_),
|
||||||
redirectType_(ptf.redirectType_),
|
redirectType_(ptf.redirectType_),
|
||||||
oldLibPath_(),
|
oldLibPath_(ptf.oldLibPath_),
|
||||||
redirectPatchFieldPtr_()
|
redirectPatchFieldPtr_()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
@ -399,7 +399,7 @@ codedFixedValueFvPatchScalarField
|
|||||||
fixedValueFvPatchField<scalar>(ptf, iF),
|
fixedValueFvPatchField<scalar>(ptf, iF),
|
||||||
dict_(ptf.dict_),
|
dict_(ptf.dict_),
|
||||||
redirectType_(ptf.redirectType_),
|
redirectType_(ptf.redirectType_),
|
||||||
oldLibPath_(),
|
oldLibPath_(ptf.oldLibPath_),
|
||||||
redirectPatchFieldPtr_()
|
redirectPatchFieldPtr_()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user