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:20:56 +01:00
parent 94e1fd68c2
commit 9e0f08b204

View file

@ -133,7 +133,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");