comparison liboctave/ChangeLog @ 3874:24bf1bcbba8a

[project @ 2002-02-23 03:23:19 by jwe]
author jwe
date Sat, 23 Feb 2002 03:23:19 +0000
parents da64ef591f18
children 69b6bd271277
comparison
equal deleted inserted replaced
3873:da64ef591f18 3874:24bf1bcbba8a
1 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-fftw.cc (octave_fftw::fft2d): Avoid having to find a
4 definition for NULL by passing 0 as the last arg to fftwnd_one.
5 (octave_fftw::ifft2d): Likewise.
6
1 2002-02-22 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> 7 2002-02-22 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>
2 8
3 * lo-mappers.cc (arg): Simply call atan2 (0.0, x). 9 * lo-mappers.cc (arg): Simply call atan2 (0.0, x).
4 10
5 2001-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> 11 2001-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>