Skip to content
Snippets Groups Projects
Commit d7a506c5 authored by henry's avatar henry
Browse files

Added missing access function.

parent f3f8ee33
Branches
Tags
No related merge requests found
......@@ -178,6 +178,11 @@ public:
{
return lambda_;
}
const volScalarField& kappa() const
{
return kappa_;
}
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment