From 648c825040322024c5e46f283328b29cf715ae48 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 22 Jun 2021 14:31:29 +0200 Subject: [PATCH] Remove redundant options output --- src/solve_model_for_online_filter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solve_model_for_online_filter.m b/src/solve_model_for_online_filter.m index c80bc3f3d..0b73d66dc 100644 --- a/src/solve_model_for_online_filter.m +++ b/src/solve_model_for_online_filter.m @@ -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')