Mercurial > hg > octave-lyh
diff scripts/deprecated/dispatch.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/deprecated/dispatch.m +++ b/scripts/deprecated/dispatch.m @@ -52,7 +52,7 @@ %!test # builtin function replacement %! dispatch('sin','length','string') %! assert(sin("abc"),3) -%! assert(sin(0),0,10*eps); +%! assert(sin(0),0,10*eps); %!test # 'any' function %! dispatch('sin','exp','any')