Mercurial > hg > octave-lyh
diff scripts/linear-algebra/logm.m @ 11465:fb98284fcc20
logm: fix test
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 09 Jan 2011 14:36:49 -0500 |
parents | 93a039fe681e |
children | 994e2a93a8e2 |
line wrap: on
line diff
--- a/scripts/linear-algebra/logm.m +++ b/scripts/linear-algebra/logm.m @@ -143,4 +143,4 @@ %% Test input validation %!error logm (); %!error logm (1, 2, 3); -%!error <logm: argument must be a square matrix.> logm([1 0;0 1; 2 2]); +%!error <logm: argument must be a square matrix> logm([1 0;0 1; 2 2]);