Added missing access function.

This commit is contained in:
henry
2008-08-05 13:21:52 +01:00
parent f3f8ee3335
commit d7a506c5f4

View File

@ -178,6 +178,11 @@ public:
{
return lambda_;
}
const volScalarField& kappa() const
{
return kappa_;
}
};