diff --git a/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedFieldFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedFieldFvPatchField.C index 3dff767145..74f0903c71 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedFieldFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedFieldFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -144,6 +144,7 @@ void Foam::mappedFieldFvPatchField::autoMap const fvPatchFieldMapper& m ) { + fixedValueFvPatchField::autoMap(m); mappedPatchBase::clearOut(); } @@ -155,6 +156,7 @@ void Foam::mappedFieldFvPatchField::rmap const labelList& addr ) { + fixedValueFvPatchField::rmap(ptf, addr); mappedPatchBase::clearOut(); }