Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-demo
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-demo
Commits
7631f4a5
Commit
7631f4a5
authored
1 year ago
by
Alex Segovia
Browse files
Options
Downloads
Patches
Plain Diff
Receiving the ok flag from build method.
parent
0bcb1f77
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core
+1
-1
1 addition, 1 deletion
core
src/SCDDSdemo_expcode.m
+2
-2
2 additions, 2 deletions
src/SCDDSdemo_expcode.m
with
3 additions
and
3 deletions
core
@
ef8c823a
Compare
6fef55c5
...
ef8c823a
Subproject commit
6fef55c542e83739bc0f529a5075621aac6cfbf2
Subproject commit
ef8c823afe79e7f2b367b476d1c703af2c680ac6
This diff is collapsed.
Click to expand it.
src/SCDDSdemo_expcode.m
+
2
−
2
View file @
7631f4a5
...
@@ -18,11 +18,11 @@ classdef SCDDSdemo_expcode < SCDDSclass_expcode
...
@@ -18,11 +18,11 @@ classdef SCDDSdemo_expcode < SCDDSclass_expcode
obj
.
algonameprefix
=
'algo'
;
% Algorithm name prefix
obj
.
algonameprefix
=
'algo'
;
% Algorithm name prefix
end
end
function
build
(
obj
)
function
[
ok
]
=
build
(
obj
)
% set specific configuration settings
% set specific configuration settings
SCDconf_setConf
(
'configurationSettingsCODEgcc'
);
SCDconf_setConf
(
'configurationSettingsCODEgcc'
);
% build
% build
build
@
SCDDSclass_expcode
(
obj
);
% call superclass method
ok
=
build
@
SCDDSclass_expcode
(
obj
);
% call superclass method
end
end
function
node
=
getdefaultnode
(
~
,
~
)
function
node
=
getdefaultnode
(
~
,
~
)
...
...
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