mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: finiteArea: corrected reference access to tmps
This commit is contained in:
committed by
Andrew Heather
parent
50d1ac15ef
commit
9ac1fa417b
@ -46,7 +46,7 @@ Foam::tmp<Foam::Field<Type>> Foam::volSurfaceMapping::mapToSurface
|
||||
pTraits<Type>::zero
|
||||
)
|
||||
);
|
||||
Field<Type>& result = tresult();
|
||||
Field<Type>& result = tresult.ref();
|
||||
|
||||
// Get reference to volume mesh
|
||||
const polyMesh& pMesh = mesh_();
|
||||
|
||||
Reference in New Issue
Block a user