COMP: return tmp<volScalarField> for nu() from incompressible/turbulenceModel

This commit is contained in:
Mark Olesen
2010-12-22 08:17:06 +01:00
parent 9cef74b796
commit 7444e1eb3f

View File

@ -168,7 +168,7 @@ public:
}
//- Return the laminar viscosity
const volScalarField& nu() const
inline tmp<volScalarField> nu() const
{
return transportModel_.nu();
}