diff scripts/plot/surfnorm.m @ 7208:a730e47fda4d

[project @ 2007-11-28 02:32:41 by jwe]
author jwe
date Wed, 28 Nov 2007 02:32:42 +0000
parents b48a21816f2e
children dd88d61d443f
line wrap: on
line diff
--- a/scripts/plot/surfnorm.m	Wed Nov 28 02:20:48 2007 +0000
+++ b/scripts/plot/surfnorm.m	Wed Nov 28 02:32:42 2007 +0000
@@ -57,7 +57,7 @@
     varargout = cell (0, 0);
   endif
   if (isscalar (varargin{1}) && ishandle (varargin{1}))
-    h = varargin {1};
+    h = varargin{1};
     if (! strcmp (get (h, "type"), "axes"))
       error ("surfnorm: expecting first argument to be an axes object");
     endif