Mercurial > hg > octave-lyh
comparison examples/funcdemo.cc @ 9932:6cb30a539481
untabify files in examples directory
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 07 Dec 2009 14:53:20 -0500 |
parents | 4295d634797d |
children | 460a3c6d8bf1 |
comparison
equal
deleted
inserted
replaced
9931:fb6b6fcafa62 | 9932:6cb30a539481 |
---|---|
26 if (! error_state) | 26 if (! error_state) |
27 retval = feval (fcn, newargs, nargout); | 27 retval = feval (fcn, newargs, nargout); |
28 } | 28 } |
29 else | 29 else |
30 error ("funcdemo: expected string,", | 30 error ("funcdemo: expected string,", |
31 " inline or function handle"); | 31 " inline or function handle"); |
32 } | 32 } |
33 return retval; | 33 return retval; |
34 } | 34 } |