diff scripts/plot/contourc.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents 8899e24ae362
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/plot/contourc.m	Thu Sep 13 16:36:18 2007 +0000
+++ b/scripts/plot/contourc.m	Thu Sep 13 18:22:51 2007 +0000
@@ -108,8 +108,8 @@
   endif
 
   ## Now call __contourc__ for the real work...
-  c=__contourc__(x,y,z,vv);
-  if nargout==2,
+  c = __contourc__ (x, y, z, vv);
+  if (nargout == 2)
     lev = vv;
   endif