Changeset 3306

Show
Ignore:
Timestamp:
09/06/07 03:26:39 (1 year ago)
Author:
cdavid
Message:

Fix typo in fftw2 wrapper in nd case

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scipy/fftpack/src/zfftnd_fftw.c

    r3223 r3306  
    44 * Original code by Pearu Peaterson 
    55 * 
    6  * Last Change: Wed Aug 08 03:00 PM 2007 J 
     6 * Last Change: Thu Sep 06 05:00 PM 2007 J 
    77 */ 
    88 
     
    2626 
    2727 
    28 extern void zfftnd_mkl(complex_double * inout, int rank, 
     28extern void zfftnd_fftw(complex_double * inout, int rank, 
    2929                       int *dims, int direction, int howmany, 
    3030                       int normalize)