display_estimation_results_table.m: Move TeXEnd inside of if-clause to prevent crashes

time-shift
Johannes Pfeifer 2016-06-14 15:50:48 +02:00
parent faab010753
commit fff88f1dc7
1 changed files with 1 additions and 1 deletions

View File

@ -347,8 +347,8 @@ elseif all(bayestopt_.pshape == 0) && options_.TeX %% MLE and GMM Latex output
tstath(ip));
ip = ip+1;
end
end
TeXEnd(fidTeX)
end
end