Skip to content
Snippets Groups Projects
Commit e20b4b5c authored by andy's avatar andy
Browse files

STYLE: minor code formatting

parent a53b192d
Branches
Tags
No related merge requests found
......@@ -152,7 +152,7 @@ Foam::tmp<Foam::volVectorField> Foam::rotorDiskSource::calculateForces
scalar alphaEff = pi + atan2(Uc.z(), Uc.y()) - (alphag_[i] + twist);
if (alphaEff > pi)
{
alphaEff -= twoPi;
alphaEff -= twoPi;
}
if (alphaEff < -pi)
{
......
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