diff scripts/plot/sombrero.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 30100a15625c
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/sombrero.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/plot/sombrero.m	Fri Apr 23 11:28:50 2010 -0700
@@ -46,11 +46,11 @@
       tz = sin (r) ./ r;
       if (nargout == 0)
         surf (tx, ty, tz);
-	box ("off");
+        box ("off");
       else
-	x = tx;
-	y = ty;
-	z = tz;
+        x = tx;
+        y = ty;
+        z = tz;
       endif
     else
       error ("sombrero: number of grid lines must be greater than 1");