IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 9:41:57 AM (22 years ago)
Author:
harman
Message:

Redefined PS_FFT_FORWARD and PS_FFT_REVERSE locally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFFT.h

    r827 r828  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-06-02 03:02:48 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-06-02 19:41:57 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#ifndef PS_FFT_H
    1414#define PS_FFT_H
    15 
    1615
    1716#include "psImage.h"
     
    2322typedef enum {
    2423    /// psImageFFT/psVectorFFT should perform a forward FFT.
    25     PS_FFT_FORWARD = FFTW_FORWARD,
     24    PS_FFT_FORWARD = (-1),
    2625
    2726    ///< psImageFFT/psVectorFFT should perform a reverse FFT.
    28     PS_FFT_REVERSE = FFTW_BACKWARD
     27    PS_FFT_REVERSE = (+1)
    2928} psFftDirection;
    3029
Note: See TracChangeset for help on using the changeset viewer.