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

@ -954,7 +954,7 @@ Foam::label Foam::meshRefinement::splitFacesUndo
}
// Update insersections
// Update intersections
// ~~~~~~~~~~~~~~~~~~~~
{
@ -2165,7 +2165,7 @@ void Foam::meshRefinement::selectSeparatedCoupledFaces(boolList& selected) const
forAll(patches, patchi)
{
// Check all coupled. Avoid using .coupled() so we also pick up AMi.
// Check all coupled. Avoid using .coupled() so we also pick up AMI.
if (isA<coupledPolyPatch>(patches[patchi]))
{
const coupledPolyPatch& cpp = refCast<const coupledPolyPatch>