Skip to content
Snippets Groups Projects
Commit 172d37bc authored by Cristian Galperti's avatar Cristian Galperti
Browse files

trying to make cfs1 and 2 standalone tests pass

parent 08c1b417
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,14 @@ ddd.addEntry('algo_cfs12_procin',procinBus);
%assignin('base','algo_cfs12_procin',procinBus);
%% add combined harness dd to single algorithms
dd=Simulink.data.dictionary.open('algo_cfs1.sldd');
dd.addDataSource('algo_cfs1and2_harness_run.sldd');
dd=Simulink.data.dictionary.open('algo_cfs2.sldd');
dd.addDataSource('algo_cfs1and2_harness_run.sldd');
if exist('algo_cfs1.sldd','file')
dd=Simulink.data.dictionary.open('algo_cfs1.sldd');
dd.addDataSource('algo_cfs1and2_harness_run.sldd');
end
if exist('algo_cfs2.sldd','file')
dd=Simulink.data.dictionary.open('algo_cfs2.sldd');
dd.addDataSource('algo_cfs1and2_harness_run.sldd');
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