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

@ -68,10 +68,10 @@ class edgeInterpolation
// Demand-driven data
//- Geodesic distance between centroides of neighbour finite areas
//- Geodesic distance between centroids of neighbour finite areas
mutable edgeScalarField* lPN_;
//- Cenral-differencing weighting factors
//- Central-differencing weighting factors
mutable edgeScalarField* weightingFactors_;
//- Face-gradient difference factors
@ -167,7 +167,7 @@ public:
const edgeVectorField& skewCorrectionVectors() const;
//- Do what is neccessary if the mesh has moved
//- Do what is necessary if the mesh has moved
bool movePoints() const;
};

View File

@ -143,7 +143,7 @@ public:
//- Return the face-interpolate of the given cell field
// with the given owner and neighbour weigting factors
// with the given owner and neighbour weighting factors
static tmp<GeometricField<Type, faePatchField, edgeMesh>>
interpolate
(
@ -153,7 +153,7 @@ public:
);
//- Return the face-interpolate of the given cell field
// with the given weigting factors
// with the given weighting factors
static tmp<GeometricField<Type, faePatchField, edgeMesh>>
interpolate
(
@ -163,7 +163,7 @@ public:
//- Return the euclidian edge-interpolate of the given area field
// with the given weigting factors
// with the given weighting factors
static tmp<GeometricField<Type, faePatchField, edgeMesh>>
euclidianInterpolate
(