Added missing case in print_info

time-shift
Sébastien Villemot 2010-10-14 12:03:36 +02:00
parent 609293b398
commit 6d2f9dc6d8
1 changed files with 2 additions and 0 deletions

View File

@ -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