Mercurial > hg > octave-lyh
diff scripts/polynomial/polyaffine.m @ 11588:d5bd2766c640
style fixes for warning and error messages in script files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:51:13 -0500 |
parents | c792872f8942 |
children | 614505385171 |
line wrap: on
line diff
--- a/scripts/polynomial/polyaffine.m +++ b/scripts/polynomial/polyaffine.m @@ -38,11 +38,11 @@ endif if (! isvector (f)) - error ("polyaffine: F must be a vector."); + error ("polyaffine: F must be a vector"); endif if (! isvector (mu) || length (mu) != 2) - error ("polyaffine: MU must be a two-element vector."); + error ("polyaffine: MU must be a two-element vector"); endif lf = length (f);