From 258dd6eeead167edc100fa3badcef7ceda21458d Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 8 Nov 2018 10:46:25 +0000 Subject: [PATCH] STYLE: polyMesh: corrected spelling --- src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C index 60d908264d..d6487e2ba3 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C @@ -203,7 +203,7 @@ void Foam::polyMesh::setTopology // For all points forAll(curPoints, pointi) { - // dGget the list of cells sharing this point + // Get the list of cells sharing this point const labelList& curNeighbours = PointCells[curPoints[pointi]];