mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent capitalization of Private/Protected Member Functions in comments
This commit is contained in:
@ -112,7 +112,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Set cells to evaluate based on a cell zone
|
||||
void setCellZoneCells();
|
||||
@ -138,7 +138,7 @@ protected:
|
||||
word weightFieldName_;
|
||||
|
||||
|
||||
// Protected member functions
|
||||
// Protected Member Functions
|
||||
|
||||
//- Initialise, e.g. cell addressing
|
||||
void initialise(const dictionary& dict);
|
||||
@ -187,7 +187,7 @@ public:
|
||||
virtual ~cellSource();
|
||||
|
||||
|
||||
// Public member functions
|
||||
// Public Member Functions
|
||||
|
||||
// Access
|
||||
|
||||
|
||||
@ -115,7 +115,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Set faces to evaluate based on a face zone
|
||||
void setFaceZoneFaces();
|
||||
@ -147,7 +147,7 @@ protected:
|
||||
word weightFieldName_;
|
||||
|
||||
|
||||
// Protected member functions
|
||||
// Protected Member Functions
|
||||
|
||||
//- Initialise, e.g. face addressing
|
||||
void initialise(const dictionary& dict);
|
||||
@ -193,7 +193,7 @@ public:
|
||||
virtual ~faceSource();
|
||||
|
||||
|
||||
// Public member functions
|
||||
// Public Member Functions
|
||||
|
||||
// Access
|
||||
|
||||
|
||||
@ -121,7 +121,7 @@ public:
|
||||
virtual ~fieldValue();
|
||||
|
||||
|
||||
// Public member functions
|
||||
// Public Member Functions
|
||||
|
||||
// Access
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ class forceCoeffs
|
||||
scalar Aref_;
|
||||
|
||||
|
||||
// Private member functions
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
forceCoeffs(const forceCoeffs&);
|
||||
|
||||
Reference in New Issue
Block a user