diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSetDict b/applications/utilities/mesh/manipulation/topoSet/topoSetDict index 64ec0dd7c6..37ab26be7d 100644 --- a/applications/utilities/mesh/manipulation/topoSet/topoSetDict +++ b/applications/utilities/mesh/manipulation/topoSet/topoSetDict @@ -41,7 +41,7 @@ FoamFile // In OpenFOAM 1806 and earlier, it was compulsory to use a 'sourceInfo' // sub-dictionary to define the sources. // In OpenFOAM 1812 and later, this sub-directory is optional, unless -// there would be a name class (Eg, 'name' appearing at both levels). +// there would be a name clash (Eg, 'type' or 'name' appearing at both levels). // In most cases, the source definitions have been adjusted to avoid such // clashes. // @@ -49,8 +49,8 @@ FoamFile actions ( - // Example:pick up internal faces on outside of cellSet - // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + // Example: pick up internal faces on outside of cellSet + // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Load initial cellSet { diff --git a/src/fileFormats/ensight/part/ensightCells.H b/src/fileFormats/ensight/part/ensightCells.H index 54b4dbb35b..4a5885fedd 100644 --- a/src/fileFormats/ensight/part/ensightCells.H +++ b/src/fileFormats/ensight/part/ensightCells.H @@ -125,7 +125,7 @@ public: // Member Functions - // Access + // Access //- The index in a list. inline label index() const; @@ -164,7 +164,7 @@ public: inline const labelUList& cellIds() const; - // Edit + // Edit //- Classify cell types and set the element lists. // The optional indirect addressing can be used when classifying @@ -186,7 +186,7 @@ public: void sort(); - // Member operators + // Member Operators //- Return id from linear list of addressing. inline label operator[](const label i) const; diff --git a/src/fileFormats/ensight/part/ensightFaces.H b/src/fileFormats/ensight/part/ensightFaces.H index b159832617..5e2af71c4e 100644 --- a/src/fileFormats/ensight/part/ensightFaces.H +++ b/src/fileFormats/ensight/part/ensightFaces.H @@ -131,7 +131,7 @@ public: // Member Functions - // Access + // Access //- The index in a list. inline label index() const; @@ -173,7 +173,7 @@ public: inline const boolList& flipMap() const; - // Edit + // Edit //- Classify the face types, set element list. void classify(const faceList& faces); @@ -203,7 +203,7 @@ public: void sort(); - // Member operators + // Member Operators //- Return element from linear-list. inline label operator[](const label i) const;