Corrected typo

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
This commit is contained in:
Henry Weller 2015-06-15 11:18:02 +01:00
parent 42ecf9c980
commit 3d8da0e960
3 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ public:
//- Const access to the coefficients dictionary
virtual const dictionary& coeffDict() const = 0;
//- Helper function to return the nam eof the turbulence G field
//- Helper function to return the name of the turbulence G field
inline word GName() const
{
return word(type() + ":G");

View file

@ -161,7 +161,7 @@ public:
//- Const access to the coefficients dictionary
virtual const dictionary& coeffDict() const = 0;
//- Helper function to return the nam eof the turbulence G field
//- Helper function to return the name of the turbulence G field
inline word GName() const
{
return word(type() + ":G");

View file

@ -156,7 +156,7 @@ public:
//- Const access to the coefficients dictionary
virtual const dictionary& coeffDict() const = 0;
//- Helper function to return the nam eof the turbulence G field
//- Helper function to return the name of the turbulence G field
inline word GName() const
{
return word(type() + ":G");