Skip to content
Snippets Groups Projects
Commit 1e7fc89e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Replaced filesep by hard coded slash.

See 57501f80.
parent 57501f80
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ for level1_iter = 1:numsubdir_level1
for ii=1:length(TeX_Files)
[pathstr,f_name,ext] = fileparts(TeX_Files(ii).name);
if ~strcmp(TeX_Files(ii).name,f_name_binder)
fprintf(fid,'%s \n',['\include{', M_.dname '/gsa/', dirinfo_parent(level1_iter).name '/' dirinfo_subfolder(level2_iter).name, filesep ,'Output' '/',f_name,'}']);
fprintf(fid,'%s \n',['\include{', M_.dname '/gsa/', dirinfo_parent(level1_iter).name '/' dirinfo_subfolder(level2_iter).name, '/Output' '/',f_name,'}']);
end
end
end
......@@ -143,4 +143,4 @@ end
%% Write footer
fprintf(fid,'%s \n','\end{document}');
fclose(fid);
\ No newline at end of file
fclose(fid);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment