From 728fb07d34f813a5d63ef6b4a693750ed7c8a123 Mon Sep 17 00:00:00 2001 From: sebastien Date: Wed, 9 Dec 2009 09:36:54 +0000 Subject: [PATCH] mjdgges.m: improve warning message git-svn-id: https://www.dynare.org/svn/dynare/trunk@3215 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/qz/mjdgges.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/qz/mjdgges.m b/matlab/qz/mjdgges.m index 5c397e419..73576f756 100644 --- a/matlab/qz/mjdgges.m +++ b/matlab/qz/mjdgges.m @@ -69,7 +69,7 @@ if exist('OCTAVE_VERSION') [ss,tt,w,eigval] = qz(e,d,'S'); sdim = sum(abs(eigval) <= 1.0); if any(abs(eigval) > 1.0 & abs(eigval) <= qz_criterium) - warning('Some eigenvalues are > 1.0 but <= qz_criterium in modulus. They have nevertheless been considered as explosive, because of a limitation of Octave.') + warning('Some eigenvalues are > 1.0 but <= qz_criterium in modulus. They have nevertheless been considered as explosive, because of a limitation of Octave. To solve this, you should compile the MEX files for Octave.') end else % Initialization of the output arguments.