Mercurial > hg > octave-lyh
diff scripts/sparse/sphcat.m @ 6498:2c85044aa63f
[project @ 2007-04-05 17:59:47 by jwe]
author | jwe |
---|---|
date | Thu, 05 Apr 2007 17:59:47 +0000 |
parents | 2618a0750ae6 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/sparse/sphcat.m +++ b/scripts/sparse/sphcat.m @@ -26,9 +26,9 @@ persistent sphcat_warned = false; - if (!sphcat_warned) + if (! sphcat_warned) sphcat_warned = true; - warning ("sphcat: This function is depreciated. Use horzcat instead"); + warning ("sphcat: This function is depreciated. Use horzcat instead"); endif y = horzcat (varargin{:});