diff scripts/plot/surfc.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents c792872f8942
children 4c93cc41da15 6ceca9beb331
line wrap: on
line diff
--- a/scripts/plot/surfc.m
+++ b/scripts/plot/surfc.m
@@ -42,7 +42,7 @@
          "xgrid", "on", "ygrid", "on", "zgrid", "on");
   endif
 
-  drawnow
+  drawnow ();
   zmin = get (ax, "zlim")(1);
 
   [c, tmp2] = __contour__ (ax, zmin, varargin{:});