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

style: make miss_hit happy

parent feb2d069
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,8 @@ classdef ElemPerf < handle
% neglecting induced velocities.
if isempty(self.reynolds_)
relVel = sqrt(self.tgSpeed.^2 + self.upstreamVelAx.^2);
reynolds = Flow.reynolds(relVel, self.Rot.Bl.chord, self.Op.Flow.mu, self.Op.Flow.rho);
reynolds = Flow.reynolds(relVel, self.Rot.Bl.chord, ...
self.Op.Flow.mu, self.Op.Flow.rho);
else
reynolds = self.reynolds_;
end
......
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