Merge pull request #547 from JohannesPfeifer/fix_typo_tex

Correct name of output folder in writing TeX-Code
time-shift
Stéphane Adjemian 2013-11-29 01:53:33 -08:00
commit 1deb04771a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ end
if np
type = 'parameters';
if TeX
fid = TeXBegin(OutputDirectoryName,M_.fname,1,type);
fid = TeXBegin(OutputFolder,M_.fname,1,type);
end
skipline()
disp(type)