STYLE: processorPolyPatch: typo in comment

This commit is contained in:
mattijs
2015-11-11 13:25:37 +00:00
parent c48a203267
commit 18b42907af

View File

@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
@ -62,13 +62,13 @@ class processorPolyPatch
int myProcNo_; int myProcNo_;
int neighbProcNo_; int neighbProcNo_;
//- Processor-neighbbour patch face centres //- Processor-neighbour patch face centres
vectorField neighbFaceCentres_; vectorField neighbFaceCentres_;
//- Processor-neighbbour patch face areas //- Processor-neighbour patch face areas
vectorField neighbFaceAreas_; vectorField neighbFaceAreas_;
//- Processor-neighbbour patch neighbour cell centres //- Processor-neighbour patch neighbour cell centres
vectorField neighbFaceCellCentres_; vectorField neighbFaceCellCentres_;
//- Corresponding neighbouring local point label for every local point //- Corresponding neighbouring local point label for every local point
@ -270,19 +270,19 @@ public:
return !owner(); return !owner();
} }
//- Return processor-neighbbour patch face centres //- Return processor-neighbour patch face centres
const vectorField& neighbFaceCentres() const const vectorField& neighbFaceCentres() const
{ {
return neighbFaceCentres_; return neighbFaceCentres_;
} }
//- Return processor-neighbbour patch face areas //- Return processor-neighbour patch face areas
const vectorField& neighbFaceAreas() const const vectorField& neighbFaceAreas() const
{ {
return neighbFaceAreas_; return neighbFaceAreas_;
} }
//- Return processor-neighbbour patch neighbour cell centres //- Return processor-neighbour patch neighbour cell centres
const vectorField& neighbFaceCellCentres() const const vectorField& neighbFaceCellCentres() const
{ {
return neighbFaceCellCentres_; return neighbFaceCellCentres_;