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

[refactoring-missions][functions] Design tag mission selection

parent 8205e169
No related branches found
No related tags found
1 merge request!5Refactoring missions
......@@ -16,7 +16,7 @@ if ~contains(path, commonPath), addpath(genpath(commonPath)); end
if ~contains(path, dissilePath), addpath(genpath(dissilePath)); end
% LOAD DATA / SETTINGS
mission = Mission(true);
mission = Mission('design');
if isempty(rocket), rocket = Rocket(mission); end
%% STATES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment