fix latex file ending for linux compilation

rm-particles^2
Houtan Bastani 2016-06-14 11:48:35 +02:00
parent 81c606abb2
commit 0fbab3d401
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ function [xparam,std_param,lb_95,ub_95,median_param] = online_auxiliary_filter(x
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2013 Dynare Team
% Copyright (C) 2013-2016 Dynare Team
%
% This file is part of Dynare.
%
@ -268,7 +268,7 @@ TeX = DynareOptions.TeX;
[nbplt,nr,nc,lr,lc,nstar] = pltorg(number_of_parameters);
if TeX
fidTeX = fopen([Model.fname '_param_traj.TeX'],'w');
fidTeX = fopen([Model.fname '_param_traj.tex'],'w');
fprintf(fidTeX,'%% TeX eps-loader file generated by online_auxiliary_filter.m (Dynare).\n');
fprintf(fidTeX,['%% ' datestr(now,0) '\n']);
fprintf(fidTeX,' \n');