Corrected typo
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
This commit is contained in:
parent
42ecf9c980
commit
3d8da0e960
3 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue