IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2004, 11:40:13 AM (22 years ago)
Author:
desonia
Message:

misc. tweaks.

File:
1 edited

Legend:

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

    r1625 r1984  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-08-25 21:10:08 $
     9 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 21:40:13 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2424typedef enum {
    2525    /// psImageFFT/psVectorFFT should perform a forward FFT.
    26     PS_FFT_FORWARD = (-1),
     26    PS_FFT_FORWARD = 1,
    2727
    2828    /// psImageFFT/psVectorFFT should perform a reverse FFT.
    29     PS_FFT_REVERSE = (+1)
     29    PS_FFT_REVERSE = 2,
     30
     31    /// psImageFFT/psVectorFFT should perform a reverse FFT with a real result.
     32    PS_FFT_REAL_RESULT = 4
    3033} psFftDirection;
    3134
Note: See TracChangeset for help on using the changeset viewer.