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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
254a9c71
Commit
254a9c71
authored
5 years ago
by
Federico Felici
Browse files
Options
Downloads
Patches
Plain Diff
Update to include gas actuator routing and mem02
parent
afabc415
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/classes/SCDclass_expcode.m
+9
-0
9 additions, 0 deletions
code/classes/SCDclass_expcode.m
with
9 additions
and
0 deletions
code/classes/SCDclass_expcode.m
+
9
−
0
View file @
254a9c71
...
...
@@ -199,6 +199,13 @@ classdef SCDclass_expcode
'CodeGenFolder'
,
CodeGenFolder
,
...
'createdir'
,
true
);
end
function
close_all
()
while
~
isempty
(
bdroot
)
fprintf
(
'Closing %s\n'
,
bdroot
)
close_system
(
bdroot
)
end
end
end
methods
...
...
@@ -582,6 +589,8 @@ classdef SCDclass_expcode
end
end
function
sim
(
obj
)
SCDconf_setCODEconf
(
'configurationSettingsCODEicc'
)
sim
(
'tcv'
)
...
...
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
register
or
sign in
to comment