From 35a9ad79205e86184a15eade788daf75e86b4a91 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan.bastani@ens.fr> Date: Mon, 30 Jan 2012 14:03:24 +0100 Subject: [PATCH] matlab: add missing error message (cherry picked from commit adedd7d37fd3f70d5d342b58445418fd93a2f5e7) Conflicts: matlab/print_info.m --- matlab/print_info.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/print_info.m b/matlab/print_info.m index 0ee6aeb3a..2ad61cf23 100644 --- a/matlab/print_info.m +++ b/matlab/print_info.m @@ -68,7 +68,7 @@ if ~noprint case 43 error('Covariance matrix of shocks is not positive definite') case 44 %DsgeLikelihood_hh / DsgeLikelihood - error(''); + error('The covariance matrix of the measurement errors 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!') case 52 %DsgeVarLikelihood -- GitLab