diff --git a/src/OpenFOAM/meshes/pointMesh/pointMesh.H b/src/OpenFOAM/meshes/pointMesh/pointMesh.H index 15dbf5bf88..e6ac279761 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMesh.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMesh.H @@ -120,7 +120,7 @@ public: // Mesh motion - //- Move points, returns volumes swept by faces in motion + //- Move points bool movePoints(); //- Update the mesh corresponding to given map diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C index cce5e4f21a..a1935d0368 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C @@ -724,7 +724,7 @@ Foam::labelHashSet Foam::polyBoundaryMesh::patchSet forAll(patchNames, i) { - const wordRe& patchName = patchNames[i]; + const wordRe& patchName = patchNames[i]; // Treat the given patch names as wild-cards and search the set // of all patch names for matches