diff scripts/strings/base2dec.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents c1c532a0acb2
children c08cb1098afc
line wrap: on
line diff
--- a/scripts/strings/base2dec.m	Fri Aug 09 07:38:55 2002 +0000
+++ b/scripts/strings/base2dec.m	Fri Aug 09 19:00:16 2002 +0000
@@ -60,7 +60,7 @@
     if (any (diff (sort (toascii (symbols))) == 0))
       error ("base2dec: symbols representing digits must be unique.");
     endif
-  elseif (! is_scalar (base))
+  elseif (! isscalar (base))
     error ("base2dec: cannot convert from several bases at once.");
   elseif (base < 2 || base > length (symbols))
     error ("base2dec: base must be between 2 and 36 or a string of symbols");