Skip to content
Snippets Groups Projects
Commit ee66f892 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Add missing fclose to mode_check.m

parent 988e79b5
Branches
Tags
1 merge request!1032Add missing fclose to mode_check.m
......@@ -40,7 +40,7 @@ function mode_check(fun,x,hessian_mat,DynareDataset,DatasetInfo,DynareOptions,Mo
%! @end deftypefn
%@eod:
% Copyright (C) 2003-2013 Dynare Team
% Copyright (C) 2003-2015 Dynare Team
%
% This file is part of Dynare.
%
......@@ -197,6 +197,7 @@ for plt = 1:nbplt,
fprintf(fidTeX,'\\label{Fig:CheckPlots:%s}\n',int2str(plt));
fprintf(fidTeX,'\\end{figure}\n');
fprintf(fidTeX,' \n');
fclose(fidTeX);
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment