Updated member type comments

See http://bugs.openfoam.org/view.php?id=2356
This commit is contained in:
Henry Weller
2016-11-28 09:22:56 +00:00
parent 0013284e94
commit 8b219feda2
21 changed files with 104 additions and 118 deletions

View File

@ -52,7 +52,7 @@ const Foam::NamedEnum
> Foam::functionObjects::fieldMinMax::modeTypeNames_;
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
void Foam::functionObjects::fieldMinMax::writeFileHeader(const label i)
{

View File

@ -123,7 +123,7 @@ protected:
wordList fieldSet_;
// Private Member Functions
// Protected Member Functions
//- Helper function to write the output
template<class Type>