Skip to content
Snippets Groups Projects
Commit 7631f4a5 authored by Alex Segovia's avatar Alex Segovia
Browse files

Receiving the ok flag from build method.

parent 0bcb1f77
Branches
No related tags found
No related merge requests found
Subproject commit 6fef55c542e83739bc0f529a5075621aac6cfbf2 Subproject commit ef8c823afe79e7f2b367b476d1c703af2c680ac6
...@@ -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(~,~)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment