mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: typo in comments
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -203,7 +203,7 @@ public:
|
||||
void sort();
|
||||
|
||||
|
||||
// Member operators
|
||||
// Member Operators
|
||||
|
||||
//- Return element from linear-list.
|
||||
inline label operator[](const label i) const;
|
||||
|
||||
Reference in New Issue
Block a user