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

Remove redundant options output

parent a5c2c4af
Branches
No related tags found
1 merge request!12Remove redundant options output
......@@ -125,7 +125,7 @@ Model.H = H;
%------------------------------------------------------------------------------
warning('off', 'MATLAB:nearlySingularMatrix')
[~, ~, ~, info, Model, DynareOptions, DynareResults] = ...
[~, ~, ~, info, Model, DynareResults] = ...
dynare_resolve(Model, DynareOptions, DynareResults, 'restrict');
warning('on', 'MATLAB:nearlySingularMatrix')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment