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
Dóra Kocsis
dynare
Commits
22949820
Commit
22949820
authored
Dec 02, 2013
by
Houtan Bastani
Browse files
bug fix: close unclosed file id, #438
parent
d8d0f2b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/ms-sbvar/ms_compute_mdd.m
View file @
22949820
...
...
@@ -14,7 +14,7 @@ function [options_, oo_]=ms_compute_mdd(M_, options_, oo_)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 Dynare Team
% Copyright (C) 2011
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -75,5 +75,6 @@ if exist(mdd_filename,'file')
end
oo_
.
ms
.
mueller_log_mdd
=
muller_mdd
;
oo_
.
ms
.
bridged_log_mdd
=
bridge_mdd
;
fclose
(
mdd_fid
);
end
end
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