Remove redundant options output

remove-submodule^2
Johannes Pfeifer 2021-06-22 14:31:29 +02:00
parent 05f87f1b02
commit f268292df2
1 changed files with 1 additions and 1 deletions

View File

@ -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')