Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
particles
Commits
0fbab3d4
Commit
0fbab3d4
authored
Jun 14, 2016
by
Houtan Bastani
Browse files
fix latex file ending for linux compilation
parent
81c606ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/online_auxiliary_filter.m
View file @
0fbab3d4
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment