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

chore(OpRot): set trapz integration by default

parent 6b014955
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ function calcperf(self)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Defaults and constants
INTEGRATION_TYPE = 'rect'; % Integrate using rectangular ('rect') or trapezoidal ('trap') method
INTEGRATION_TYPE = 'trap'; % Integrate using rectangular ('rect') or trapezoidal ('trap') method
% Thrust, torque and power
if strcmp(INTEGRATION_TYPE, 'rect')
......
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