Skip to content
Snippets Groups Projects
Commit 1b801769 authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: Minor code style correction

parent 93566da7
No related merge requests found
......@@ -276,7 +276,7 @@ public:
//- Return the turbulence kinetic energy dissipation rate
virtual tmp<volScalarField> epsilon() const
{
return tmp<volScalarField>
return tmp<volScalarField>
(
new volScalarField
(
......
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