Merge pull request #1322 from JohannesPfeifer/cosmetic

Fix typo in comment of dsge_likelihood.m
time-shift
Houtan Bastani 2016-10-27 17:20:51 +02:00 committed by GitHub
commit 0a2f3f0f10
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ end
% 2. call model setup & reduction program
%------------------------------------------------------------------------------
% Linearize the model around the deterministic sdteadystate and extract the matrices of the state equation (T and R).
% Linearize the model around the deterministic steady state and extract the matrices of the state equation (T and R).
[T,R,SteadyState,info,Model,DynareOptions,DynareResults] = dynare_resolve(Model,DynareOptions,DynareResults,'restrict');
% Return, with endogenous penalty when possible, if dynare_resolve issues an error code (defined in resol).