mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: particleTemplates: reference to temporary
This commit is contained in:
@ -738,7 +738,7 @@ void Foam::particle::hitWallFaces
|
||||
{
|
||||
// Get the decomposition of this wall face
|
||||
|
||||
const List<tetIndices>& faceTetIs =
|
||||
const List<tetIndices> faceTetIs =
|
||||
polyMeshTetDecomposition::faceTetIndices(mesh_, fI, cellI_);
|
||||
|
||||
const Foam::face& f = pFaces[fI];
|
||||
|
||||
Reference in New Issue
Block a user