STYLE: processorPolyPatch: typo in comment

This commit is contained in:
mattijs 2015-11-11 13:25:37 +00:00
parent a69538de48
commit dc2b92c994

View File

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