Skip to content
Snippets Groups Projects
Commit 8ed94096 authored by Rakotondratsimba Lyraie's avatar Rakotondratsimba Lyraie
Browse files

style: make miss_hit happy

parent 1433455a
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ function indvel(OpRot, Mod)
alpha = OpRot.ElPerf.truePitch - phi;
% Get new estimates for the coefficients
[cl, cd] = OpRot.ElPerf.getclcd(alpha,reynolds);
[cl, cd] = OpRot.ElPerf.getclcd(alpha, reynolds);
% Loss factor (separate swirl and axial components)
lossFact = prandtlloss(OpRot.Rot.nBlades, OpRot.Rot.Bl.r, OpRot.Rot.r0, phi, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment