mappedFieldFvPatchField: Corrected autoMap function

Patch contributed by Mattijs Janssens
This commit is contained in:
Henry Weller
2016-12-09 15:08:43 +00:00
parent e256e72039
commit b4b77e76c9
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ void Foam::mappedFieldFvPatchField<Type>::autoMap
template<class Type> template<class Type>
void Foam::mappedFieldFvPatchField<Type>::rmap void Foam::mappedFieldFvPatchField<Type>::rmap
( (
const fvPatchScalarField& ptf, const fvPatchField<Type>& ptf,
const labelList& addr const labelList& addr
) )
{ {

View File

@ -204,7 +204,7 @@ public:
//- Reverse map the given fvPatchField onto this fvPatchField //- Reverse map the given fvPatchField onto this fvPatchField
virtual void rmap virtual void rmap
( (
const fvPatchScalarField&, const fvPatchField<Type>&,
const labelList& const labelList&
); );