[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b

thomas-weber thomas-weber at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:41:11 UTC 2011


The following commit has been merged in the master branch:
commit ddbd21bc65f265bef4feb8771b0f68207e941ee8
Author: thomas-weber <thomas-weber at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date:   Sat Jan 24 16:21:08 2009 +0000

    is_list is deprecated
    
    git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@5540 416fae20-06d0-4450-9b69-c6c34d4b5f03

diff --git a/inst/poly2sym.m b/inst/poly2sym.m
index 5ed23a3..1a252b0 100644
--- a/inst/poly2sym.m
+++ b/inst/poly2sym.m
@@ -45,7 +45,7 @@ endif
 
 N = length(c);
 
-if !iscell(c) & !is_list(c)
+if !iscell(c) & !islist(c)
 	tmp = c;
 	c = list;
 	for i=1:N

-- 
octave-symbolic



More information about the Pkg-octave-commit mailing list