ENH: PairCollision: reference instead of copy

This commit is contained in:
mattijs
2011-11-07 13:43:57 +00:00
parent 4156c354c3
commit 727b278fde

View File

@ -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();