comparison scripts/deprecated/clg.m @ 10216:f3c1fd990f3f

note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jan 2010 07:43:28 -0500
parents eb63fbe60fab
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10215:60d382fd0063 10216:f3c1fd990f3f
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 ## Author: jwe 24 ## Author: jwe
25 25
26 ## Deprecated in version 3.0 26 ## Deprecated in version 3.0
27 ## Matlab still has this function, so don't remove just yet.
27 28
28 function clg () 29 function clg ()
29 30
30 persistent warned = false; 31 persistent warned = false;
31 if (! warned) 32 if (! warned)