diff --git a/matlab/get_error_message.m b/matlab/get_error_message.m index 6cab297a62f8dde6cfc3a7e482a5caf67ba9f39a..f59cac2842c4e743c84c2276469963bb6b10a0eb 100644 --- a/matlab/get_error_message.m +++ b/matlab/get_error_message.m @@ -45,7 +45,7 @@ switch info(1) case 7 message = sprintf('One of the eigenvalues is close to 0/0 (the absolute value of numerator and denominator is smaller than %5.4f!\n If you believe that the model has a unique solution you can try to reduce the value of qz_zero_threshold.',DynareOptions.qz_zero_threshold); case 8 - if size(info,2)>=2 + if size(info,2)>=2 && info(2)~=0 global M_; disp_string = M_.param_names{info(2)}; for ii=1:length(info)-2