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

newline in log

parent e71a21ea
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ else
end
assert(~isempty(which(fname_src)),'%s not in path?',fname_src);
fprintf('Retrieving %s from %s, ',confName,fname_src)
fprintf('setting it as configurationSettings in base workspace');
fprintf('setting it as configurationSettings in base workspace\n');
dd_src = Simulink.data.dictionary.open(fname_src);
confSection = getSection(dd_src, 'Configurations');
......
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