Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
2c29658f
Commit
2c29658f
authored
Mar 9, 2021
by
Federico Felici
Browse files
Options
Downloads
Patches
Plain Diff
Don't discard changes - errors if unsaved changes
parent
8883ea53
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/classes/SCDclass_algo.m
+1
-3
1 addition, 3 deletions
code/classes/SCDclass_algo.m
with
1 addition
and
3 deletions
code/classes/SCDclass_algo.m
+
1
−
3
View file @
2c29658f
...
...
@@ -134,10 +134,8 @@ classdef SCDclass_algo
dd
=
obj
.
getdatadictionary
;
ddpath
=
fullfile
(
obj
.
folder
,
dd
);
% Close all open models.
bdclose
all
% Close all open data dictionaries
Simulink
.
data
.
dictionary
.
closeAll
(
'-discard'
)
;
Simulink
.
data
.
dictionary
.
closeAll
;
% Create if not existing already
if
isempty
(
which
(
ddpath
))
fprintf
(
'generating data dictionary %s\n'
,
fullfile
(
obj
.
folder
,
obj
.
getdatadictionary
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment