diff --git a/src/lagrangian/basic/InteractionLists/InteractionLists.C b/src/lagrangian/basic/InteractionLists/InteractionLists.C index 511fcc74d5..9fc4285f12 100644 --- a/src/lagrangian/basic/InteractionLists/InteractionLists.C +++ b/src/lagrangian/basic/InteractionLists/InteractionLists.C @@ -86,7 +86,8 @@ void Foam::InteractionLists::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 cellIAndTToExchange; DynamicList cellBbsToExchange;