diff scripts/image/bone.m @ 6791:be31a048c449

[project @ 2007-07-24 19:04:51 by dbateman]
author dbateman
date Tue, 24 Jul 2007 19:04:51 +0000
parents c81a0f3f5a82
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/image/bone.m	Tue Jul 24 19:02:27 2007 +0000
+++ b/scripts/image/bone.m	Tue Jul 24 19:04:51 2007 +0000
@@ -32,7 +32,7 @@
   if (nargin == 0)
     number = rows (colormap);
   elseif (nargin == 1)
-    if (! is_scalar (number))
+    if (! isscalar (number))
       error ("bone: argument must be a scalar");
     endif
   else