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

Apply 1 suggestion(s) to 1 file(s)

parent 4da45722
No related branches found
No related tags found
1 merge request!88fix TCV ids for version 3.31
Pipeline #65488 passed
...@@ -87,7 +87,7 @@ if isempty(dummy1) ...@@ -87,7 +87,7 @@ if isempty(dummy1)
else else
% get effective function between ids_list and IDS_list (which or exist not sufficient) % get effective function between ids_list and IDS_list (which or exist not sufficient)
[dummy2,ids_list_eff]=fileparts(dummy1); [dummy2,ids_list_eff]=fileparts(dummy1);
eval(['ids_full_list = ' ids_list_eff ';']); ids_full_list = feval(ids_list_eff);
end end
ids_names_notok = setdiff(ids_names,ids_full_list); ids_names_notok = setdiff(ids_names,ids_full_list);
if ~isempty(ids_names_notok) if ~isempty(ids_names_notok)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment