From a82aa515b59b4c53ac3f641b071c2e7ea0476424 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Fri, 10 Oct 2008 10:34:56 +0200 Subject: [PATCH] docu cosmetics --- src/OpenFOAM/db/regIOobject/regIOobject.H | 2 +- src/OpenFOAM/meshes/polyMesh/polyMesh.H | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/OpenFOAM/db/regIOobject/regIOobject.H b/src/OpenFOAM/db/regIOobject/regIOobject.H index bb17ab6b0a..e360e8fd7a 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobject.H +++ b/src/OpenFOAM/db/regIOobject/regIOobject.H @@ -101,7 +101,7 @@ public: //- Construct as copy regIOobject(const regIOobject&); - //- Construct as copy, and transfering registry registration to copy + //- Construct as copy, and transferring registry registration to copy // if registerCopy is true regIOobject(const regIOobject&, bool registerCopy); diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index 4cf32e07a9..b813aa7c68 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -214,7 +214,7 @@ public: //- Construct from IOobject explicit polyMesh(const IOobject& io); - //- Construct from components without boundary. + //- Construct without boundary from components. // Boundary is added using addPatches() member function polyMesh ( @@ -226,8 +226,7 @@ public: const bool syncPar = true ); - //- Construct from components with cells rather than owner - // and neighbourwithout boundary. + //- Construct without boundary with cells rather than owner/neighbour. // Boundary is added using addPatches() member function polyMesh ( @@ -263,8 +262,7 @@ public: // Database - //- Over-ride the objectRegistry dbDir - // if this is single-region case + //- Override the objectRegistry dbDir for a single-region case virtual const fileName& dbDir() const; //- Return the local mesh directory (dbDir()/meshSubDir) @@ -311,17 +309,17 @@ public: return bounds_; } - //- Return the vector of valid directions in mesh - // defined according to the presence of empty patches. + //- Return the vector of valid directions in mesh. + // Defined according to the presence of empty patches. // 1 indicates valid direction and -1 an invalid direction. const Vector