Mercurial > hg > octave-lyh
comparison scripts/deprecated/splchol.m @ 8818:8dee145c777d
fix "Deprecated in version" comments in deprecated fuctions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 19 Feb 2009 16:26:27 -0500 |
parents | 9a6012d7cbb7 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8817:03b7f618ab3d | 8818:8dee145c777d |
---|---|
22 ## @deftypefnx {Loadable Function} {[@var{l}, @var{p}, @var{q}] =} splchol (@var{a}) | 22 ## @deftypefnx {Loadable Function} {[@var{l}, @var{p}, @var{q}] =} splchol (@var{a}) |
23 ## This function has been deprecated. Use @code{chol (@dots{},'lower')} | 23 ## This function has been deprecated. Use @code{chol (@dots{},'lower')} |
24 ## instead. | 24 ## instead. |
25 ## @end deftypefn | 25 ## @end deftypefn |
26 | 26 |
27 ## Deprecated in version 3.1 | 27 ## Deprecated in version 3.2 |
28 | 28 |
29 function varargout = splchol (varargin) | 29 function varargout = splchol (varargin) |
30 persistent warned = false; | 30 persistent warned = false; |
31 if (! warned) | 31 if (! warned) |
32 warned = true; | 32 warned = true; |