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:
@ -90,7 +90,7 @@ protected:
|
||||
static const scalar tolerance_;
|
||||
|
||||
|
||||
// Protected member functions
|
||||
// Protected Member Functions
|
||||
|
||||
//- Invert the function
|
||||
virtual void invertFunction();
|
||||
|
||||
@ -114,7 +114,7 @@ protected:
|
||||
Switch log10UPlus_;
|
||||
|
||||
|
||||
// Protected member functions
|
||||
// Protected Member Functions
|
||||
|
||||
//- Invert the table
|
||||
virtual void invertTable();
|
||||
|
||||
Reference in New Issue
Block a user