From 18b42907af6d28e05fae3b391f76f114b8713ede Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 11 Nov 2015 13:25:37 +0000 Subject: [PATCH] STYLE: processorPolyPatch: typo in comment --- .../constraint/processor/processorPolyPatch.H | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H index 63c2a7dd8ad..188bc45e626 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H @@ -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_; -- GitLab