Skip to content
Snippets Groups Projects
Commit 3fdda541 authored by MichelJuillard's avatar MichelJuillard
Browse files

Merge pull request #993 from JohannesPfeifer/tex

Correct case-sensitive spelling in unit tests that stops testsuite in…
parents 61d514c9 126e04da
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,6 @@ shock_decomposition y W R;
collect_LaTeX_Files(M_);
//identification(advanced=1,max_dim_cova_group=3,prior_mc=250);
if system(['pdflatex -halt-on-error ' M_.fname '_TeX_binder.tex'])
if system(['pdflatex -halt-on-error ' M_.fname '_TeX_binder.TeX'])
error('TeX-File did not compile.')
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment