Skip to content
Snippets Groups Projects
Unverified Commit e57a7c4a authored by Thomas Lambert's avatar Thomas Lambert
Browse files

fix(Polar): inversion in output of function

parent ec8f9f9b
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ classdef Polar < handle
%
% See also: af_tools.findcllinearrange.
[self.Lin.clRange, self.Lin.aoaRange, self.Lin.slope] = ...
[self.Lin.aoaRange, self.Lin.clRange, self.Lin.slope] = ...
af_tools.findcllinearrange(self);
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