dsge_var_likelihood.m: remove unused output arguments

pac-components
Johannes Pfeifer 2021-12-10 12:01:40 +01:00
parent 5f732803d8
commit fc05ddd5fe
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ end
% Solve the Dsge model and get the matrices of the reduced form solution. T and R are the matrices of the
% state equation
[T,R,SteadyState,info,Model,DynareResults] = dynare_resolve(Model,DynareOptions,DynareResults,'restrict');
[T,R,SteadyState,info] = dynare_resolve(Model,DynareOptions,DynareResults,'restrict');
% Return, with endogenous penalty when possible, if dynare_resolve issues an error code (defined in resol).
if info(1)