diff scripts/polynomial/polyout.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m
+++ b/scripts/polynomial/polyout.m
@@ -44,7 +44,7 @@
 function y = polyout (c, x)
 
   if (nargin < 1) || (nargin > 2) || (nargout < 0) || (nargout > 1)
-    usage("polyout (c, x)");
+    print_usage ();
   endif
 
   if (! isvector (c))