Mercurial > hg > octave-lyh
diff scripts/plot/private/__interp_cube__.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 | a44f979a35ce |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/plot/private/__interp_cube__.m +++ b/scripts/plot/private/__interp_cube__.m @@ -34,10 +34,10 @@ y = y(:); z = z(:); else - error("__interp_cube__: x, y, z have wrong dimensions"); + error("__interp_cube__: X, Y, Z have wrong dimensions"); endif if (size (val) != [length(x), length(y), length(z)]) - error ("__interp_cube__: val has wrong dimensions"); + error ("__interp_cube__: VAL has wrong dimensions"); endif if (size (v, 2) != 3) error ( "v has to be N*3 matrix");