v4 matlab:

* moved qzdiv.m and qzswitch.m to qz/
* fixed typo in qz/mjdgges.m


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1858 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2008-06-06 12:50:47 +00:00
parent 49b00b976d
commit 21c98f8b1c
3 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ end
[md,nd] = size(d); [md,nd] = size(d);
if ( ~isreal(e) | ~isreal(d) | me~=ne | md~=nd | me~=nd) if ( ~isreal(e) | ~isreal(d) | me~=ne | md~=nd | me~=nd)
% info should be negative in this case, see dgges.f. % info should be negative in this case, see dgges.f.
error('MYDGGES requires two square real matrices of the same dimension.') error('MJDGGES requires two square real matrices of the same dimension.')
end end
% Set default value of qz_criterium. % Set default value of qz_criterium.
if nargin <3 if nargin <3