diff scripts/signal/unwrap.m @ 4826:a7b1e6122d0c

[project @ 2004-03-09 19:57:29 by jwe]
author jwe
date Tue, 09 Mar 2004 19:57:29 +0000
parents 2ca2d23a49a7
children a0997c4d1d54
line wrap: on
line diff
--- a/scripts/signal/unwrap.m
+++ b/scripts/signal/unwrap.m
@@ -51,7 +51,7 @@
   endif
 
   ## If TOL is not provided but dim is, handle it.
-  if (tol == [])
+  if (isempty (tol))
     tol = pi;
   endif