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

fprintf to warning on marte params print function

parent a45f09b0
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ classdef SCDclass_mdsobjcontainer ...@@ -186,7 +186,7 @@ classdef SCDclass_mdsobjcontainer
for ii=2:numel(marteparlist) for ii=2:numel(marteparlist)
for jj=1:ii-1 for jj=1:ii-1
if strcmp(marteparlist(ii), marteparlist(jj)) if strcmp(marteparlist(ii), marteparlist(jj))
fprintf("WARNING: found identical MARTe par. names here: %s", marteparlist{ii}); warning("found identical MARTe par. names here: %s", marteparlist{ii});
end end
end end
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