diff scripts/polynomial/deconv.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 8b0cfeb06365
line wrap: on
line diff
--- a/scripts/polynomial/deconv.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/polynomial/deconv.m	Tue Oct 10 16:10:31 2006 +0000
@@ -37,7 +37,7 @@
 function [b, r] = deconv (y, a)
 
   if (nargin != 2)
-    usage ("deconv (y, a)");
+    print_usage ();
   endif
 
   if (! (isvector (y) && isvector (a)))