mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
mappedFieldFvPatchField: Corrected autoMap function
Patch contributed by Mattijs Janssens
This commit is contained in:
@ -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
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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&
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user