From 06ef8fce30caa725327a10f99d27835a0fdf5557 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, 28 Jun 2013 22:02:24 +0200
Subject: [PATCH] Fixed typo.
---
matlab/dsge_likelihood.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/matlab/dsge_likelihood.m b/matlab/dsge_likelihood.m
index 78e50dee12..62bf68c1fa 100644
--- a/matlab/dsge_likelihood.m
+++ b/matlab/dsge_likelihood.m
@@ -452,7 +452,7 @@ switch DynareOptions.lik_init
Pinf = [];
a = zeros(mm,1);
Zflag = 0;
-elseif options_.lik_init == 5 % Old diffuse Kalman filter only for the non stationary variables
+ case options_.lik_init == 5 % Old diffuse Kalman filter only for the non stationary variables
[eigenvect, eigenv] = eig(T);
eigenv = diag(eigenv);
nstable = length(find(abs(abs(eigenv)-1) > 1e-7));
--
GitLab