Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153462 | Differences between
and this patch

Collapse All | Expand All

(-)./octave-forge-2006.03.17.orig/main/geometry/griddata.m (-1 / +1 lines)
Lines 49-55 Link Here
49
  [nr,nc]=size(xi);
49
  [nr,nc]=size(xi);
50
  
50
  
51
  ## triangulate data
51
  ## triangulate data
52
  tri=delaunay(x,y);
52
  tri=delaunay(x,y,"QJ");
53
  zi=zeros(size(xi));
53
  zi=zeros(size(xi));
54
  
54
  
55
  if strcmp(method,'cubic')
55
  if strcmp(method,'cubic')

Return to bug 153462