From c59504adba78bbc4a4871542ec37e0274c358bd2 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Fri, 20 Apr 2012 23:13:50 +0200 Subject: [PATCH] Added missing codes to print_info.m and fixed typo --- 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 75fb345c2..64e82debe 100644 --- a/matlab/print_info.m +++ b/matlab/print_info.m @@ -72,7 +72,7 @@ if ~noprint case 42 error('one (many) parameter(s) do(es) not satisfy the upper bound'); case 43 - error('Covariance matrix of shocks is not positive definite') + error('Covariance matrix of structural shocks is not positive definite') case 44 %DsgeLikelihood_hh / dsge_likelihood error('The covariance matrix of the measurement errors is not positive definite.'); case 45 %DsgeLikelihood_hh / dsge_likelihood