real_fftnd can do everything real_fftnd can do

This commit is contained in:
Mark Borgerding 2004-02-02 04:47:16 +00:00
parent cec77769a1
commit 2d66a61546

View File

@ -82,7 +82,7 @@ def test_fft(ndims):
print 'dimensions=%s' % str( Numeric.shape(x) ),
if doreal:
xver = FFT.real_fft(x)
xver = FFT.real_fftnd(x)
else:
xver = FFT.fftnd(x)