Skip to content
Snippets Groups Projects
Commit 22949820 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

bug fix: close unclosed file id, #438

parent d8d0f2b8
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ function [options_, oo_]=ms_compute_mdd(M_, options_, oo_) ...@@ -14,7 +14,7 @@ function [options_, oo_]=ms_compute_mdd(M_, options_, oo_)
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 2011 Dynare Team % Copyright (C) 2011-2013 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
...@@ -75,5 +75,6 @@ if exist(mdd_filename,'file') ...@@ -75,5 +75,6 @@ if exist(mdd_filename,'file')
end end
oo_.ms.mueller_log_mdd = muller_mdd; oo_.ms.mueller_log_mdd = muller_mdd;
oo_.ms.bridged_log_mdd = bridge_mdd; oo_.ms.bridged_log_mdd = bridge_mdd;
fclose(mdd_fid);
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment