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

wavegen MARTe2 cfg printer server and tree names in double quites

parent 91e05e7b
No related branches found
No related tags found
No related merge requests found
......@@ -299,8 +299,8 @@ classdef SCDclass_mdsobjcontainer
fprintf(" TimeOffset = 0.0\n");
server=actserver;
tree=acttree;
fprintf(' Server=%s\n', server);
fprintf(' Tree=%s\n', tree)
fprintf(' Server="%s"\n', server);
fprintf(' Tree="%s"\n', tree)
% error('SCDclass_mdsobjcontainer:multipleconnections','multiple MDS+ connections/trees not supported within the same wavegen generator');
else
......@@ -308,8 +308,8 @@ classdef SCDclass_mdsobjcontainer
server=actserver;
tree=acttree;
fprintf(' Server=%s\n', server);
fprintf(' Tree=%s\n', tree)
fprintf(' Server="%s"\n', server);
fprintf(' Tree="%s"\n', tree)
end
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