mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: PairCollision: reference instead of copy
This commit is contained in:
@ -179,7 +179,7 @@ void Foam::PairCollision<CloudType>::wallInteraction()
|
||||
|
||||
const labelListList& dil = il_.dil();
|
||||
|
||||
const labelListList directWallFaces = il_.dwfil();
|
||||
const labelListList& directWallFaces = il_.dwfil();
|
||||
|
||||
const labelList& patchID = mesh.boundaryMesh().patchID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user