mappedFieldFvPatchField: Corrected autoMap function
Patch contributed by Mattijs Janssens
This commit is contained in:
parent
3f0468fe32
commit
b76184e56b
2 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ void Foam::mappedFieldFvPatchField<Type>::autoMap
|
|||
template<class Type>
|
||||
void Foam::mappedFieldFvPatchField<Type>::rmap
|
||||
(
|
||||
const fvPatchScalarField& ptf,
|
||||
const fvPatchField<Type>& ptf,
|
||||
const labelList& addr
|
||||
)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ public:
|
|||
//- Reverse map the given fvPatchField onto this fvPatchField
|
||||
virtual void rmap
|
||||
(
|
||||
const fvPatchScalarField&,
|
||||
const fvPatchField<Type>&,
|
||||
const labelList&
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue