IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 6:23:57 PM (19 years ago)
Author:
Paul Price
Message:

Fixes so it compiles. psVector FFTs don't work yet --- need to fix N/2 problem, in the same manner as psImage FFTs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fft/psVectorFFT.h

    r11703 r11704  
    55/// @author Robert DeSonia, MHPCC
    66///
    7 /// @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    8 /// @date $Date: 2007-02-08 04:17:58 $
     7/// @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     8/// @date $Date: 2007-02-08 04:23:57 $
    99/// Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010///
     
    4040                         const psVector *real, ///< Real input (F32)
    4141                         const psVector *imag, ///< Imaginary input (F32)
    42                          int origN      ///< Original number of elements
     42                         long origNum    ///< Original number of elements
    4343    );
    4444
Note: See TracChangeset for help on using the changeset viewer.