Skip to content
Snippets Groups Projects
Commit ec9c32d2 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Correct name of output folder in writing TeX-Code

parent d212197e
No related branches found
No related tags found
1 merge request!547Correct name of output folder in writing TeX-Code
...@@ -78,7 +78,7 @@ end ...@@ -78,7 +78,7 @@ end
if np if np
type = 'parameters'; type = 'parameters';
if TeX if TeX
fid = TeXBegin(OutputDirectoryName,M_.fname,1,type); fid = TeXBegin(OutputFolder,M_.fname,1,type);
end end
skipline() skipline()
disp(type) disp(type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment