From 11bd10a4b5ab045b5ba063ae5d8ddaf78eb4fabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Thu, 14 Oct 2010 12:03:36 +0200 Subject: [PATCH] Added missing case in print_info (manually cherry-picked from 6d2f9dc6d80ab7473d4d5c45bafe85860473c02c) --- matlab/print_info.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matlab/print_info.m b/matlab/print_info.m index c997d97d5..2c75ffc67 100644 --- a/matlab/print_info.m +++ b/matlab/print_info.m @@ -56,6 +56,8 @@ if ~noprint error('The steady state is complex.') case 30 error('Variance can''t be computed') + case 43 + error('Covariance matrix of shocks is not positive definite') otherwise error('This case shouldn''t happen. Contact the authors of Dynare') end -- GitLab