Skip to content
Snippets Groups Projects
Commit 97868812 authored by giuliaghirardini's avatar giuliaghirardini Committed by Marco Luigi Gaibotti
Browse files

[refactoring-missions][functions] Small bugfix in dissileInput (PITOTD)

parent c4bebfbe
Branches
Tags
1 merge request!5Refactoring missions
...@@ -97,7 +97,7 @@ if ~isempty(rocket.pitot.initialConeLength) ...@@ -97,7 +97,7 @@ if ~isempty(rocket.pitot.initialConeLength)
input.axibod.PITOTCDI = rocket.pitot.initialConeDiameter; % [m] Pitot initial conic section diameter input.axibod.PITOTCDI = rocket.pitot.initialConeDiameter; % [m] Pitot initial conic section diameter
input.axibod.PITOTCDB = rocket.pitot.finalConeDiameter; % [m] Pitot final conic section diameter input.axibod.PITOTCDB = rocket.pitot.finalConeDiameter; % [m] Pitot final conic section diameter
input.axibod.PITOTL = rocket.pitot.length; % [m] Pitot tube length input.axibod.PITOTL = rocket.pitot.length; % [m] Pitot tube length
input.axibod.PITOTD = rocket.PITOTD; % [m] Pitot tube diameter input.axibod.PITOTD = rocket.pitot.diameter; % [m] Pitot tube diameter
else else
input.axibod.PITOTCLI = 0; % [m] Pitot initial conic section length input.axibod.PITOTCLI = 0; % [m] Pitot initial conic section length
input.axibod.PITOTCLB = 0; % [m] Pitot final conic section length input.axibod.PITOTCLB = 0; % [m] Pitot final conic section length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment