Skip to content
Snippets Groups Projects
Commit c25b1b2c authored by Cristian Galperti's avatar Cristian Galperti
Browse files

bug fix

parent 61225ddf
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ classdef SCDclass_algo
dictionaryObj = Simulink.data.dictionary.open(obj.getdatadictionary);
%refddlist = [obj.refdatadictionaries,'configurations.sldd']; % list of referenced dds
refddlist = obj.refdatadictionaries; % list of referenced dds
for ii=1:numel(refddlist)
refdd = refddlist{ii};
......
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