Skip to content
Snippets Groups Projects
Commit 40678776 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

minor bug in case no EC

parent 9b232d6a
No related branches found
No related tags found
1 merge request!16Imas codecamp develop
Pipeline #17918 passed
...@@ -46,7 +46,7 @@ for iant=1:nb_antennas ...@@ -46,7 +46,7 @@ for iant=1:nb_antennas
else else
ids_ec_antennas_description.antenna{iant}.power_launched = 'no power for this launcher from gdat powers .ec'; ids_ec_antennas_description.antenna{iant}.power_launched = 'no power for this launcher from gdat powers .ec';
end end
if ~isempty(launch_params{iant}) if length(launch_params)>=iant && ~isempty(launch_params{iant})
% find 1st non-empty data % find 1st non-empty data
it_ok{iant} = []; it_ok{iant} = [];
for it=1:length(launch_params{iant}) for it=1:length(launch_params{iant})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment