STYLE: polyMesh: corrected spelling

This commit is contained in:
mattijs
2018-11-08 10:46:25 +00:00
parent 6f3471d5fb
commit 258dd6eeea

View File

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