From 5f9b0eafbb5bdbdc90c5c2b503ccab5d0820476c Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 2 Oct 2013 09:20:26 +0100 Subject: [PATCH] END: pointMesh: comment --- src/OpenFOAM/meshes/pointMesh/pointMesh.H | 2 +- .../meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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