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]];