Skip to content
Snippets Groups Projects
Commit 60084f99 authored by Cristian Galperti's avatar Cristian Galperti Committed by Federico Felici
Browse files

comments removed

parent f71299b4
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,6 @@ D = {...
ones(3,3,'single'),...
int32(1)};
% D = {...
% single(1),...
% single(1),...
% single(1)};
% Create buses for these signals and add them to the list
[Buses,busNames] = deal(cell(numel(D),1)); % init
for ii = 1:numel(D)
......@@ -57,4 +51,4 @@ clear elems;
busNames{end+1} = 'SCDalgo_template_outBus'
Buses{end+1} = outBus;
end
\ No newline at end of file
end
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