Skip to content
Snippets Groups Projects
Verified Commit 4bbcff10 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix(Polar): remove debug plot

parent 40a17792
No related branches found
No related tags found
No related merge requests found
Pipeline #7612 passed
......@@ -58,7 +58,6 @@ function [cl, cd, cm] = getcoeffs(self, aoa, re, polarType)
% Select correct polar
Pol = selectpolar(self, polarType);
plot(diff(Pol.reynolds));
if numel(self.reynolds) == 1
cl = checkandinterp1(Pol, 'cl', aoa);
......
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