diff scripts/geometry/griddata.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 479536c5bb10
children be55736a0783
line wrap: on
line diff
--- a/scripts/geometry/griddata.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/geometry/griddata.m	Fri Apr 23 11:28:50 2010 -0700
@@ -30,13 +30,13 @@
 ## @seealso{delaunay}
 ## @end deftypefn
 
-## Author:	Kai Habel <kai.habel@gmx.de>
+## Author:      Kai Habel <kai.habel@gmx.de>
 ## Adapted-by:  Alexander Barth <barth.alexander@gmail.com>
 ##              xi and yi are not "meshgridded" if both are vectors 
 ##              of the same size (for compatibility)
 
 function [rx, ry, rz] = griddata (x, y, z, xi, yi, method)
-	
+        
   if (nargin == 5)
     method = "linear";
   endif