Skip to content
Snippets Groups Projects
Commit 5c993cf0 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: remove redundant return statement

parent 5029d29f
Branches
Tags
No related merge requests found
......@@ -57,12 +57,8 @@ bool Foam::functionObjects::enstrophy::calc()
0.5*magSqr(fvc::curl(lookupObject<volVectorField>(fieldName_)))
);
}
else
{
return false;
}
return true;
return false;
}
......
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