STYLE: Correcting typos

This commit is contained in:
Andrew Heather
2018-03-28 17:14:16 +01:00
parent 3a569c9fd5
commit a230e8d408
486 changed files with 740 additions and 758 deletions

View File

@ -180,7 +180,7 @@ void Foam::directMethod::appendToDirectSeeds
{
// source cell srcI not yet mapped
// identfy if target cell exists for source cell srcI
// identify if target cell exists for source cell srcI
bool found = false;
forAll(tgtNbr, j)
{

View File

@ -92,7 +92,7 @@ protected:
const label tgtCellI
);
//- Append target cell neihgbour cells to cellIDs list
//- Append target cell neighbour cells to cellIDs list
virtual void appendNbrCells
(
const label tgtCelli,

View File

@ -104,7 +104,7 @@ private:
//- Target to source cell addressing
labelListList tgtToSrcCellAddr_;
//- Source to target cell interplation weights
//- Source to target cell interpolation weights
scalarListList srcToTgtCellWght_;
//- Target to source cell interpolation weights
@ -229,7 +229,8 @@ private:
// Parallel operations
//- Determine whether the meshes are split across multiple pocessors
//- Determine whether the meshes are split across multiple
//- processors
label calcDistribution
(
const polyMesh& src,
@ -267,7 +268,7 @@ private:
List<labelList>& procLocalFaceIDs
) const;
//- Collect pieces of tgt mesh from other procssors and restructure
//- Collect pieces of tgt mesh from other processors and restructure
void distributeAndMergeCells
(
const mapDistribute& map,
@ -526,7 +527,7 @@ public:
//- Interpolate a field with a defined operation. Values
// passed in via 'result' are used to initialise the return
// value. Optionallly uses gradient correction (internal
// value. Optionally uses gradient correction (internal
// field only) if interpolationMethod supports it
template<class Type, class CombineOp>
void mapSrcToTgt
@ -582,7 +583,7 @@ public:
//- Interpolate a field with a defined operation. Values
// passed in via 'result' are used to initialise the return
// value. Optionallly uses gradient correction (internal
// value. Optionally uses gradient correction (internal
// field only) if interpolationMethod supports it
template<class Type, class CombineOp>
void mapTgtToSrc