STYLE: typo in comments

This commit is contained in:
Mark Olesen
2018-11-28 12:35:34 +01:00
parent 41a03f3790
commit dd0487ac2a
3 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ FoamFile
// In OpenFOAM 1806 and earlier, it was compulsory to use a 'sourceInfo' // In OpenFOAM 1806 and earlier, it was compulsory to use a 'sourceInfo'
// sub-dictionary to define the sources. // sub-dictionary to define the sources.
// In OpenFOAM 1812 and later, this sub-directory is optional, unless // 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 // In most cases, the source definitions have been adjusted to avoid such
// clashes. // clashes.
// //
@ -50,7 +50,7 @@ FoamFile
actions actions
( (
// Example: pick up internal faces on outside of cellSet // Example: pick up internal faces on outside of cellSet
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Load initial cellSet // Load initial cellSet
{ {

View File

@ -186,7 +186,7 @@ public:
void sort(); void sort();
// Member operators // Member Operators
//- Return id from linear list of addressing. //- Return id from linear list of addressing.
inline label operator[](const label i) const; inline label operator[](const label i) const;

View File

@ -203,7 +203,7 @@ public:
void sort(); void sort();
// Member operators // Member Operators
//- Return element from linear-list. //- Return element from linear-list.
inline label operator[](const label i) const; inline label operator[](const label i) const;