Standardized cell, patch, face and processor loop index names

This commit is contained in:
Henry Weller
2016-04-25 12:00:53 +01:00
parent 43beb06018
commit 450728ea84
525 changed files with 6296 additions and 6296 deletions

View File

@ -98,16 +98,16 @@ protected:
virtual void setNextNearestCells
(
label& startSeedI,
label& srcCellI,
label& tgtCellI,
label& srcCelli,
label& tgtCelli,
boolList& mapFlag,
const labelList& srcCellIDs
) const;
//- Find a source cell mapped to target cell tgtCellI
//- Find a source cell mapped to target cell tgtCelli
virtual label findMappedSrcCell
(
const label tgtCellI,
const label tgtCelli,
const List<DynamicList<label>>& tgtToSrc
) const;