From 00bfa2a0a9764b68164170ec48325061aed321f7 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Sun, 10 Apr 2016 19:18:07 +0200 Subject: [PATCH] Fix header of dynare_resolve.m --- matlab/dynare_resolve.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/matlab/dynare_resolve.m b/matlab/dynare_resolve.m index 207bea551..a2fad992a 100644 --- a/matlab/dynare_resolve.m +++ b/matlab/dynare_resolve.m @@ -10,14 +10,14 @@ function [A,B,ys,info,Model,DynareOptions,DynareResults] = dynare_resolve(Model, %! @strong{Inputs} %! @sp 1 %! @table @ @var -%! @item check_flag -%! Integer scalar, equal to 0 if all the approximation is required, positive if only the eigenvalues are to be computed. %! @item Model %! Matlab's structure describing the model (initialized by dynare, see @ref{M_}). %! @item DynareOptions %! Matlab's structure describing the options (initialized by dynare, see @ref{options_}). %! @item DynareResults %! Matlab's structure gathering the results (initialized by dynare, see @ref{oo_}). +%! @item mode +%! Passed argument if restricted state-space is required, not passed otherwise %! @end table %! @sp 2 %! @strong{Outputs} @@ -28,7 +28,7 @@ function [A,B,ys,info,Model,DynareOptions,DynareResults] = dynare_resolve(Model, %! @item B %! Matrix of doubles, matrix relating the endogenous variables to the innovations in the state equation. %! @item ys -%! Vector of doubles, steady state level of the endogenous variables in the state equation. +%! Vector of doubles, steady state level of the endogenous variables in declaration order %! @item info %! Integer scalar, error code as given by @ref{resol}. %! @item Model @@ -49,7 +49,7 @@ function [A,B,ys,info,Model,DynareOptions,DynareResults] = dynare_resolve(Model, %! @end deftypefn %@eod: -% Copyright (C) 2001-2012 Dynare Team +% Copyright (C) 2001-2016 Dynare Team % % This file is part of Dynare. %