Mercurial > hg > octave-nkf
diff scripts/deprecated/spkron.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | eb63fbe60fab |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/deprecated/spkron.m +++ b/scripts/deprecated/spkron.m @@ -30,7 +30,7 @@ if (! warned) warned = true; warning ("Octave:deprecated-function", - "spkron is obsolete and will be removed from a future version of Octave; please use kron instead"); + "spkron is obsolete and will be removed from a future version of Octave; please use kron instead"); endif retval = kron (varargin{:});