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

fix(ElPerf): plotveltriangles args list

parent 292c0823
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ classdef ElemPerf < handle
plot(self, type) % Plot the evolution of the various properties along the span
calcforces(self) % Calculate forces, torque and power
[cl, cd] = getclcd(self, aoaVect, reyVect, i) % Get values of cl and cd
plotveltriangles(self, nTriangles)
plotveltriangles(self, nTriangles, varargin)
end
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