pointPatchField: Correct mapping so that the patchType entry in the base-class is mapped

This commit is contained in:
Henry
2013-11-07 18:59:48 +00:00
parent bc2d925d61
commit 3dec6f0101
9 changed files with 38 additions and 13 deletions

View File

@ -61,10 +61,10 @@ zeroGradientPointPatchField<Type>::zeroGradientPointPatchField
const zeroGradientPointPatchField<Type>& ptf,
const pointPatch& p,
const DimensionedField<Type, pointMesh>& iF,
const pointPatchFieldMapper&
const pointPatchFieldMapper& mapper
)
:
pointPatchField<Type>(p, iF)
pointPatchField<Type>(ptf, p, iF, mapper)
{}