diff scripts/polynomial/polyout.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents e031284eea27
children 8fd9495f5054
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m
+++ b/scripts/polynomial/polyout.m
@@ -39,7 +39,7 @@
     usage("polyout (c, x)");
   endif
 
-  if (! is_vector (c))
+  if (! isvector (c))
     error("polyout: first argument must be a vector");
   endif