Mercurial > hg > octave-jordi
changeset 9890:483c4b09b788
ifft2 docstring fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 30 Nov 2009 13:32:38 -0500 |
parents | 81c5ea6ddf81 |
children | 1506a17832c9 |
files | src/ChangeLog src/DLD-FUNCTIONS/fft2.cc |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-30 John W. Eaton <jwe@octave.org> + + * DLD-FUNCTIONS/fft2.cc (Fifft2): Docstring fix. + 2009-11-29 Jaroslav Hajek <highegg@gmail.com> * pt-unop.cc (tree_prefix_expression::rvalue1): Try to use
--- a/src/DLD-FUNCTIONS/fft2.cc +++ b/src/DLD-FUNCTIONS/fft2.cc @@ -189,7 +189,7 @@ DEFUN_DLD (ifft2, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {} fft2 (@var{a}, @var{n}, @var{m})\n\ +@deftypefn {Loadable Function} {} ifft2 (@var{a}, @var{n}, @var{m})\n\ Compute the inverse two-dimensional FFT of @var{a} using subroutines from\n" FFTSRC ". The optional arguments @var{n} and @var{m} may be used specify the\n\