diff --git a/src/lagrangian/basic/InteractionLists/InteractionLists.C b/src/lagrangian/basic/InteractionLists/InteractionLists.C index 511fcc74d5bfe81324bf27c316df393cd64080d8..9fc4285f1248f491b6392eebbc9ddea39b59f04a 100644 --- a/src/lagrangian/basic/InteractionLists/InteractionLists.C +++ b/src/lagrangian/basic/InteractionLists/InteractionLists.C @@ -86,7 +86,8 @@ void Foam::InteractionLists<ParticleType>::buildInteractionLists() // referred cells that they interact with. PackedBoolList cellInRangeOfCoupledPatch(mesh_.nCells(), false); - // IAndT: index and transform + // IAndT: index (=local cell index) and transform (from + // globalIndexAndTransform) DynamicList<labelPair> cellIAndTToExchange; DynamicList<treeBoundBox> cellBbsToExchange;