Mercurial > hg > octave-lyh
comparison scripts/geometry/griddatan.m @ 11472:1740012184f9
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:33:04 -0800 |
parents | 479536c5bb10 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11471:994e2a93a8e2 | 11472:1740012184f9 |
---|---|
78 | 78 |
79 ## Use barycentric coordinate of point to calculate yi | 79 ## Use barycentric coordinate of point to calculate yi |
80 yi(valid) = sum (y(tri(tri_list,:)) .* bary_list, 2); | 80 yi(valid) = sum (y(tri(tri_list,:)) .* bary_list, 2); |
81 | 81 |
82 else | 82 else |
83 error ("griddatan: unknown interpolation method"); | 83 error ("griddatan: unknown interpolation METHOD"); |
84 endif | 84 endif |
85 | 85 |
86 endfunction | 86 endfunction |
87 | 87 |
88 %!testif HAVE_QHULL | 88 %!testif HAVE_QHULL |