Skip to content
Snippets Groups Projects
Commit 1451bf64 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'options_removal' into 'master'

Remove redundant options output

See merge request Dynare/particles!12
parents a5c2c4af 648c8250
No related branches found
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.
Finish editing this message first!
Please register or to comment