Skip to content
Snippets Groups Projects
Commit ff81921d authored by preischig's avatar preischig
Browse files

gtUpdateXmlFile: formatting


Signed-off-by: default avatarpreischig <preischig@gmail.com>
parent c77e3d0f
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ if exist(xml_file,'file') ...@@ -56,6 +56,7 @@ if exist(xml_file,'file')
newname=strrep(xml_file,'.xml','dct_.xml'); newname=strrep(xml_file,'.xml','dct_.xml');
xml_write(newname,xml,'tomodb2'); xml_write(newname,xml,'tomodb2');
disp(['Saved updated .xml file in ' fullfile(pwd(),newname)]) disp(['Saved updated .xml file in ' fullfile(pwd(),newname)])
disp(' ')
if nargout > 0 if nargout > 0
xml_name = newname; xml_name = newname;
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