From 6d2f9dc6d80ab7473d4d5c45bafe85860473c02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 14 Oct 2010 12:03:36 +0200 Subject: [PATCH] Added missing case in print_info --- matlab/print_info.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matlab/print_info.m b/matlab/print_info.m index 9a20d5429..7c2acc610 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') case 51 error('You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!') otherwise