From f62b5aecbc40d2091570e653e9c367b52f83ce77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Fri, 12 Apr 2013 18:30:20 +0200 Subject: [PATCH] Added comment. --- matlab/dynare_estimation_init.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_estimation_init.m b/matlab/dynare_estimation_init.m index 4e891c38a3..aad161deac 100644 --- a/matlab/dynare_estimation_init.m +++ b/matlab/dynare_estimation_init.m @@ -356,7 +356,7 @@ if options_.diffuse_filter else steadystate_check_flag = 1; end - +% If the steady state of the observed variables is non zero, set noconstant equal 0 () M = M_; nvx = estim_params_.nvx; ncx = estim_params_.ncx; -- GitLab