diff scripts/general/cplxpair.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents b0d4ff99a0c5
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/general/cplxpair.m
+++ b/scripts/general/cplxpair.m
@@ -51,7 +51,7 @@
 function y = cplxpair (z, tol, dim)
 
   if nargin < 1 || nargin > 3
-    usage ("z = cplxpair (z, tol, dim);"); 
+    print_usage ();
   endif
 
   if (length (z) == 0)