Skip to content
Snippets Groups Projects
Commit 8e5ec89e authored by Federico Felici's avatar Federico Felici
Browse files

close all data dictionaries on init

parent d6a40702
No related branches found
No related tags found
No related merge requests found
......@@ -368,6 +368,9 @@ classdef SCDclass_expcode
end
function init(obj)
% close all data dictionaries
Simulink.data.dictionary.closeAll('-discard')
if ~isempty(obj.initobjlist)
for ii=1:numel(obj.initobjlist)
if nargin==1
......
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