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>
|
||||
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&
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user