STYLE: consistent capitalization of Private/Protected Member Functions in comments

This commit is contained in:
Mark Olesen
2010-03-30 11:33:42 +02:00
parent 635fd464ec
commit c508b2fe17
171 changed files with 182 additions and 182 deletions

View File

@ -90,7 +90,7 @@ protected:
static const scalar tolerance_;
// Protected member functions
// Protected Member Functions
//- Invert the function
virtual void invertFunction();

View File

@ -114,7 +114,7 @@ protected:
Switch log10UPlus_;
// Protected member functions
// Protected Member Functions
//- Invert the table
virtual void invertTable();